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

In This Topic
    ElementsCore Property
    In This Topic
    Returns a collection of ArcGIS.Core.Data.UtilityNetwork.Element information from a trace.
    Syntax
    protected virtual IReadOnlyList<Element> ElementsCore {get;}
    Protected Overridable ReadOnly Property ElementsCore As IReadOnlyList(Of Element)
    Remarks
    The purpose of this protected method is to provide the inheritor of this class with a mechanism to override Elements.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also