ArcGIS Pro 2.8 API Reference Guide
FunctionOutputs Property

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > FunctionOutputResult Class : FunctionOutputs Property
Returns a collection of FunctionOutput information from a trace.
Syntax
public IReadOnlyList<FunctionOutput> FunctionOutputs {get;}
Public ReadOnly Property FunctionOutputs As IReadOnlyList(Of FunctionOutput)
Remarks
One FunctionOutput object is returned for each Function that was included in the TraceConfiguration input.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

FunctionOutputResult Class
FunctionOutputResult Members