ArcGIS Pro 2.7 API Reference Guide
ElementsCore Property

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > ElementResult Class : ElementsCore Property
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 10, Windows 8.1

See Also

Reference

ElementResult Class
ElementResult Members