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