GeoGeometry Class Members
In This Topic
The following tables list the members exposed by GeoGeometry.
Public Properties
| Name | Description |
| Bounds | Returns the bounds of the geometry. |
| Center | Gets the centroid of the geometry. |
| Is3D | Returns true if the geometry has z-coordinate values. |
| IsEmpty | Returns the value indicating whether the geometry is empty geometry. |
| IsMeasured | Returns true if the geometry has m-coordinate values. |
| PointsCount | Returns the number of points used in a geometry. |
| Type | Gets the geometry type. |
Top
See Also