Provides access to the properties and methods of the Describe Geometry object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
Area | The area of the geometry object. |
![]() |
Centroid | The centroid of the geometry object; returns label point if centroid is outside. |
![]() |
Extent | The extent of the geometry object. |
![]() |
FirstPoint | The first point of the geometry object. |
![]() |
GetGeometry | Sets the geometry property. |
![]() |
GetPart | Returns the part of the geometry object at the specified index. |
![]() |
HullRectangle | The four corners of the most narrow enclosing rectangle. |
![]() |
IsMultipart | Indicates whether the geometry object contains more than one part. |
![]() |
LabelPoint | The (inside) label point of the geometry object. |
![]() |
LastPoint | The last point of the geometry object. |
![]() |
Length | The length of the geometry object. |
![]() |
PartCount | The number of parts of the geometry object. |
![]() |
PointCount | The number of points of the geometry object. |
![]() |
TrueCentroid | The true centroid of the geometry object. |
![]() |
Type | The geometry type of the geometry object. |