This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttributeParameter Interface > INetworkAttributeParameter.Value Property (ArcObjects .NET 10.4 SDK) |
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
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.