ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry Interface

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
Read-only property Area The area of the geometry object.
Read-only property Centroid The centroid of the geometry object; returns label point if centroid is outside.
Read-only property Extent The extent of the geometry object.
Read-only property FirstPoint The first point of the geometry object.
Method GetGeometry Sets the geometry property.
Method GetPart Returns the part of the geometry object at the specified index.
Read-only property HullRectangle The four corners of the most narrow enclosing rectangle.
Read-only property IsMultipart Indicates whether the geometry object contains more than one part.
Read-only property LabelPoint The (inside) label point of the geometry object.
Read-only property LastPoint The last point of the geometry object.
Read-only property Length The length of the geometry object.
Read-only property PartCount The number of parts of the geometry object.
Read-only property PointCount The number of points of the geometry object.
Read-only property TrueCentroid The true centroid of the geometry object.
Read-only property Type The geometry type of the geometry object.