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


IGpDescribeGeometry.GetPart Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

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