FAreaLocation Method
Return the location of the specified area.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Location(
FArea area
)
Public Shared Function Location (
area As FArea
) As FPoint
No code example is currently available or this language may not be supported.
- area FArea
-
Area to inspect.
FPoint
Reference to the FPoint representing the location of the caller's
area, if found. Otherwise, an empty FPoint.