This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterFunctionVariable Interface > IRasterFunctionVariable.Value Property (ArcObjects .NET 10.5 SDK) |
The variable value.
[Visual Basic .NET] Public Property Value As Object
[C#] public object Value {get; set;}
[C++]
HRESULT get_Value(
VARIANT* pValue
);
[C++]
HRESULT put_Value(
VARIANT pValue
);
[C++]
Parameters pValue [out, retval] pValue is a parameter of type VARIANT pValue [in] pValue is a parameter of type VARIANT