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