[]
Returns a value indicating whether this geometry is a line one.
Note that line geometries do not support fills.
public static bool IsLineGeometry(this GeometryType geometry)
Public Shared Function IsLineGeometry(geometry As GeometryType) As Boolean
Type | Name | Description |
---|---|---|
GeometryType | geometry | This GeometryType value. |
Type | Description |
---|---|
bool | True if this is a line geometry, false otherwise. |