ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyGraph Class / GetEdges Method / GetEdges(Feature) Method
The ArcGIS.Core.Data.Feature that spawns a specific set of topological edges.

In This Topic
    GetEdges(Feature) Method
    In This Topic
    Gets the set of TopologyEdges corresponding to the feature specified by parentFeature. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    parentFeature
    The ArcGIS.Core.Data.Feature that spawns a specific set of topological edges.

    Return Value

    A list of TopologyEdges that correspond to parentFeature.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also