ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / ElementResult Class / Elements Property

In This Topic
    Elements Property (ElementResult)
    In This Topic
    Returns a collection of ArcGIS.Core.Data.UtilityNetwork.Element information from a trace.
    Syntax
    public IReadOnlyList<Element> Elements {get;}
    Public ReadOnly Property Elements As IReadOnlyList(Of Element)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also