A new enumerator for this segment collection.
[Visual Basic .NET] Public ReadOnly Property EnumSegments As IEnumSegment
[C#] public IEnumSegment EnumSegments {get;}
[C++]
HRESULT get_EnumSegments(
IEnumSegment** newSegmentEnumerator
);
[C++]Parameters
newSegmentEnumerator [out, retval]newSegmentEnumerator is a parameter of type IEnumSegment
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns an IEnumSegment enumerator for the current SegmentCollection.