ArcObjects Library Reference (GeoDatabase)  

INetworkEvaluator2 Interface

Provides access to members that specify the properties of an attribute evaluator in a network dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property CacheAttribute Indicates if this evaluator's values should be computed and stored when the network is built or computed at run time and never stored.
Read-only property DisplayName Name displayed in the user interface for this network evaluator.
Read-only property Name Unique name of this network evaluator.
Method Refresh Refresh custom data for this network evaluator to synchronize with updated attribute parameter values or other external data.
Read-only property RequiredFieldNames Required fields of this network evaluator.

Inherited Interfaces

Interfaces Description
INetworkEvaluator Provides access to members that specify the properties of an attribute evaluator in a network dataset.

CoClasses that implement INetworkEvaluator2

CoClasses and Classes Description
NetworkConstantEvaluator A container for describing a network attribute evaluator whose values are derived from a constant value.
NetworkEdgeTrafficEvaluator A container for members in time dependent travel time evaluator.
NetworkFieldEvaluator A container for describing a network attribute evaluator whose values are derived from object field attributes.
NetworkFunctionEvaluator A container for describing a network evaluator function.
NetworkGlobalTurnDelayEvaluator A container for describing a network attribute evaluator for global turn delay whose values are specified by global turn delay settings.
NetworkScriptEvaluator A container for describing a network attribute evaluator whose values are derived from VBScript expressions.