ArcObjects Library Reference (DataSourcesRaster)  

IConstantFunctionArguments.Constant Property

The constant value.

[Visual Basic .NET]
Public Property Constant As Object
[C#]
public object Constant {get; set;}
[C++]
HRESULT get_Constant(
  VARIANT* pValue
);
[C++]
HRESULT put_Constant(
  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

IConstantFunctionArguments Interface