This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Segment Property (ArcObjects .NET 10.4 SDK) |
The segment covering the current distance of this curve iterator.
[Visual Basic .NET] Public ReadOnly Property Segment As ISegment
[C#] public ISegment Segment {get;}
[C++]
HRESULT get_Segment(
ISegment** Segment
);
[C++]
Parameters Segment [out, retval]
Segment is a parameter of type ISegment
Returns the segment at the current distance along the enumerated curve referenced by the distance iterator.