ArcObjects Library Reference (GeoDatabase)  

INetworkConstantEvaluator.ConstantValue Property

Value returned by the network evaluator for all elements of the network.

[Visual Basic .NET]
Public Property ConstantValue As Object
[C#]
public object ConstantValue {get; set;}
[C++]
HRESULT get_ConstantValue(
  VARIANT* val
);
[C++]
HRESULT put_ConstantValue(
  VARIANT val
);
[C++]

Parameters

val [out, retval]   val is a parameter of type VARIANT val [in]   val is a parameter of type VARIANT

Product Availability

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

Remarks

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

See Also

INetworkConstantEvaluator Interface