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


IRasterFunctionVariable.Value Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterFunctionVariable.Value Property

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

Product Availability

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

See Also

IRasterFunctionVariable Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction NDVICustomFunctionUIClass TestNDVICustomFunction) | Create a custom raster function (Code Files: TestWatermarkFunction WatermarkFunction WatermarkFunctionUIClass)