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


INetworkAttributeParameter.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttributeParameter Interface > INetworkAttributeParameter.Value Property
ArcGIS Developer Help

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

.NET Samples

Subset network evaluators Subset network evaluators Subset network evaluators