[]
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)
| Type | Name | Description |
|---|---|---|
| GeometryType | geometry | This GeometryType value. |
| Type | Description |
|---|---|
| bool | True if this is a line geometry, false otherwise. |