ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraceArgument Class / StartingLocations Property

In This Topic
    StartingLocations Property
    In This Topic
    The starting locations from which to originate the trace.
    Syntax
    public IReadOnlyList<Element> StartingLocations {get;}
    Public ReadOnly Property StartingLocations As IReadOnlyList(Of Element)
    Remarks
    If this TraceArgument was created using the Subnetwork-based constructor, an empty list is returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also