This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentCollection Interface > ISegmentCollection.EnumCurve Property (ArcObjects .NET 10.4 SDK) |
A new curve enumerator for this segment collection.
[Visual Basic .NET] Public ReadOnly Property EnumCurve As IEnumCurve
[C#] public IEnumCurve EnumCurve {get;}
[C++]
HRESULT get_EnumCurve(
IEnumCurve** newCurveEnumerator
);
[C++]
Parameters newCurveEnumerator [out, retval]
newCurveEnumerator is a parameter of type IEnumCurve
Returns an IEnumCurve enumerator for the current SegmentCollection.