FAreaIsEmpty Method

Return a value indicating whether the provided area is empty.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool IsEmpty(
	FArea area
)

Parameters

area  FArea
Reference to the area to inspect.

Return Value

Boolean
True if the specified area is empty. Otherwise, false.

See Also