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


INetworkTravelModeParameterValue.Value Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelModeParameterValue.Value Property

Value of the network attribute 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.

See Also

INetworkTravelModeParameterValue Interface