This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IConstantFunctionArguments Interface > IConstantFunctionArguments.Constant Property (ArcObjects .NET 10.5 SDK) |
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