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


ISegmentCollection.EnumCurve Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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