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


IEnumCurve.PartIndex Property (ArcObjects .NET 10.4 SDK)
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