FAreaGetArea Method
Return the total area of the specified area object.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static float GetArea(
FArea area
)
Public Shared Function GetArea (
area As FArea
) As Single
No code example is currently available or this language may not be supported.
- area FArea
-
Reference to the area to be inspected.
Single
The total area, in the object's units, of the supplied area object.