ArcObjects Library Reference (GeoDatabase)  

INetworkAttributeParameter.Value Property

The current value of the parameter.

[Visual Basic .NET]
Public Property Value As Object
[C#]
public object Value {get; set;}
[C++]
HRESULT get_Value(
  VARIANT* Value
);
[C++]
HRESULT put_Value(
  VARIANT Value
);
[C++]

Parameters

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

Product Availability

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

Remarks

The Value property is the parameter value that should be used by the attribute and evaluators during analysis time.  This is the run-time value for the parameter.

See Also

INetworkAttributeParameter Interface