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


IGPVariable.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPVariable.Value Property

The value object associated with the variable.

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

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

Product Availability

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

See Also

IGPVariable Interface