ArcObjects Library Reference (Geometry)  

IEnumCurve.PartIndex Property

The current part index.

[Visual Basic .NET]
Public ReadOnly Property PartIndex As Integer
[C#]
public int PartIndex {get;}
[C++]
HRESULT get_PartIndex(
  long* PartIndex
);
[C++]

Parameters

PartIndex [out, retval]   PartIndex is a parameter of type long

Product Availability

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

Description

Returns the Part Index of the part referenced by the current location of the distance iterator.

See Also

IEnumCurve Interface