ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / FeatureElementResult Class / FeatureElements Property

In This Topic
    FeatureElements Property
    In This Topic
    Returns a collection of FeatureElement information from a trace.
    Syntax
    public IReadOnlyList<FeatureElement> FeatureElements {get;}
    Public ReadOnly Property FeatureElements As IReadOnlyList(Of FeatureElement)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also