ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / ReadOnlySegmentCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method (ReadOnlySegmentCollection)
    In This Topic
    Returns an enumerator that iterates through the collection.
    Syntax
    Public Function GetEnumerator() As IEnumerator(Of Segment)
    public IEnumerator<Segment> GetEnumerator()

    Return Value

    A IEnumerator that can be used to iterate through the collection.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also