This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.SegmentIndex Property (ArcObjects .NET 10.4 SDK) |
The current segment index within the current part.
[Visual Basic .NET] Public ReadOnly Property SegmentIndex As Integer
[C#] public int SegmentIndex {get;}
[C++]
HRESULT get_SegmentIndex(
long* SegmentIndex
);
[C++]
Parameters SegmentIndex [out, retval] SegmentIndex is a parameter of type long
Returns the index of the Segment referenced by the current location of the distance iterator. The Segment Index is relative to the Part to which the segment belongs.