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


ISegmentCollection.EnumCurve Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentCollection Interface > ISegmentCollection.EnumCurve Property
ArcGIS Developer Help

ISegmentCollection.EnumCurve Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns an IEnumCurve enumerator for the current SegmentCollection.

See Also

ISegmentCollection Interface