ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / FunctionOutputResult Class / FunctionOutputsCore Property

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also