ArcObjects Library Reference (Geometry)  

ISegmentCollection.EnumSegments Property

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.

See Also

ISegmentCollection Interface

.NET Related Topics

How to add point IDs to a polyline | How to create a multipart polyline | How to use the IEnumSegment methods