A container for describing a network attribute evaluator whose values are derived from a constant value.
Description
A NetworkConstantEvaluator is an evaluator that assigns a constant value, such as 0, to a network attribute of all network elements. This could be used to initialize a given attribute, such as the number of people dropped off at bus stops. Another example is setting travel time across junction elements to zero.
Interfaces
| Interfaces | Description |
|---|---|
| IGPDescribe | Provides access to a Geoprocessing description. |
| INetworkConstantEvaluator | Provides access to members that specify the properties of a network attribute evaluator whose values are derived from a constant value. |
| INetworkEvaluator | Provides access to members that specify the properties of an attribute evaluator in a network dataset. |