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. |
![]() | IsKnownMSimple | Indicates whether this geometry is known to be M-simple. A geometry is M-simple if all the M-values are not NaN. False will be returned if GeometryEngine.IsMSimple has never been called. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | IsKnownSimple | Indicates whether this geometry is known to be topologically consistent according to the geometry type for storage in a database. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | IsKnownSimpleOgc | Indicates whether this geometry is known to be topologically consistent according to the Open Geospatial Consortium (OGC) validation specification. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | Length | Overridden. 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. Always returns 5. |
![]() | SpatialReference | Gets the spatial reference of this 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. |