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


IEnumCurve.PartIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.PartIndex Property
ArcGIS Developer Help

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(
  System.Int32* 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