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


INetworkConstantEvaluator.ConstantValue Property (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 > INetworkConstantEvaluator.ConstantValue Property
ArcGIS Developer Help

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 [in]

val is a parameter of type VARIANT val [out, retval]
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

.NET Samples

Subset network evaluators