FAreaGetArea Method

Return the total area of the specified area object.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.3011.3729
C#
public static float GetArea(
	FArea area
)

Parameters

area  FArea
Reference to the area to be inspected.

Return Value

Single
The total area, in the object's units, of the supplied area object.

See Also