FAreaIsEmpty Method
Return a value indicating whether the provided area is empty.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsEmpty(
FArea area
)
Public Shared Function IsEmpty (
area As FArea
) As Boolean
No code example is currently available or this language may not be supported.
- area FArea
-
Reference to the area to inspect.
Boolean
True if the specified area is empty. Otherwise, false.