This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeGeometry Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the properties and methods of the Describe Geometry object.
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. |