This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkConstantEvaluator Interface > INetworkConstantEvaluator.ConstantValue Property (ArcObjects .NET 10.4 SDK) |
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
The ConstantValue should be of the appropriate DataType for the network attribute to which this evaluator is assigned.