public Propagator( NetworkAttribute networkAttribute, PropagatorFunction propagatorFunction, Operator comparisonOperator, double value )
Public Function New( _ ByVal networkAttribute As NetworkAttribute, _ ByVal propagatorFunction As PropagatorFunction, _ ByVal comparisonOperator As Operator, _ ByVal value As Double _ )
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.