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


IConstantFunctionArguments.Constant Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > IConstantFunctionArguments Interface > IConstantFunctionArguments.Constant Property
ArcGIS Developer Help

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