Name | Description | |
---|---|---|
Area | Gets the area of this instance. | |
Center | Gets the center of this instance as a MapPoint. | |
CenterCoordinate | Gets the center of this instance as a Coordinate2D. | |
Depth | Gets the depth of this instance. | |
Dimension | Gets the dimension of the geometry. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
Extent | Overridden. Gets the minimum enclosing envelope of this instance. Returns null if this geometry has IsEmpty = true. | |
GeometryType | Overridden. Gets the GeometryType of this instance. Always returns GeometryType.Envelope. | |
HasID | Gets a value indicating if the geometry has ID. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
HasM | Gets a value indicating if the geometry has M. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
HasZ | Gets a value indicating if the geometry has Z. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
Height | Gets the height of this instance. | |
IDMax | Gets the ID maximum of this instance. | |
IDMin | Gets the ID minimum of this instance. | |
IsEmpty | Overridden. Gets a value indicating whether or not the geometry is empty. | |
Length | Gets the perimeter length of this instance. | |
Length3D | Gets the 3D length of the perimeter of this instance. | |
MMax | Gets the M maximum of this instance. | |
MMin | Gets the M minimum of this instance. | |
PointCount | Overridden. Gets the point count of this instance which is always 5. | |
SpatialReference | Gets the spatial reference of the instance. (Inherited from ArcGIS.Core.Geometry.Geometry) | |
Width | Gets the width of this instance. | |
XMax | Gets the X maximum of this instance. | |
XMin | Gets the X minimum of this instance. | |
YMax | Gets the Y maximum of this instance. | |
YMin | Gets the Y minimum of this instance. | |
ZMax | Gets the Z maximum of this instance. | |
ZMin | Gets the Z minimum of this instance. |