'Declaration Public Shared Function IsLineGeometry( _ ByVal geometry As GeometryType _ ) As System.Boolean
public static System.bool IsLineGeometry( GeometryType geometry )
Parameters
- geometry
- This GeometryType value.
Return Value
True if this is a line geometry, false otherwise.