ArcGIS Pro 2.8 API Reference Guide
Propagator Constructor(NetworkAttribute,PropagatorFunction,Operator,Double)

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > Propagator Class > Propagator Constructor : Propagator Constructor(NetworkAttribute,PropagatorFunction,Operator,Double)
The ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to propagate downstream from the source.
The function that is applied to the ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to propagate the attribute downstream.
The filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified Value.
The value that is compared against the propagated value when executing the trace.
Initializes a new instance of the Propagator class.
Syntax

Parameters

networkAttribute
The ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to propagate downstream from the source.
propagatorFunction
The function that is applied to the ArcGIS.Core.Data.UtilityNetwork.NetworkAttribute to propagate the attribute downstream.
comparisonOperator
The filter operator that is applied when executing the trace. This operator is used to compare the propagated value to the specified Value.
value
The value that is compared against the propagated value when executing the trace.
Exceptions
ExceptionDescription
networkAttribute is null.

propagatorFunction is not a field of PropagatorFunction.

-or-

comparisonOperator is not a field of Operator.

value is invalid, e.g., it is not a number.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Propagator Class
Propagator Members
Overload List