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


IConstantFunctionArguments.Constant Property (ArcObjects .NET 10.5 SDK)
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

.NET Related Topics

How to create a Constant function dataset