This document is archived and information here might be outdated.  Recommended version.


IGpDescribeGeometry.GetPart Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeGeometry Interface > IGpDescribeGeometry.GetPart Method
ArcGIS Developer Help

IGpDescribeGeometry.GetPart Method

Returns the part of the geometry object at the specified index.

[Visual Basic .NET]
Public Function GetPart ( _
    [ByRef part As Object] _
) As Object
[C#]
public object GetPart (
    ref object part
);
[C++]
HRESULT GetPart(
  Variant* part
);
[C++]
Parameters
part [in, optional]

part is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpDescribeGeometry Interface