This document is archived and information here might be outdated.  Recommended version.


INetworkEvaluator2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkEvaluator2 Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement INetworkEvaluator2

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.