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


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

INetworkConstantEvaluator Interface

Provides access to members that specify the properties of a network attribute evaluator whose values are derived from a constant value.

Product Availability

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

Members

Name Description
Read/write property ConstantValue Value returned by the network evaluator for all elements of the network.

Classes that implement INetworkConstantEvaluator

Classes Description
NetworkConstantEvaluator A container for describing a network attribute evaluator whose values are derived from a constant value.

Remarks

The INetworkConstantEvaluator interface is used to access the constant value assigned by this NetworkConstantEvaluator object.

The ConstantValue should be of the appropriate DataType for the network attribute to which this evaluator is assigned.

.NET Samples

Subset network evaluators