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


IConstantFunctionArguments.Init Method (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.Init Method
ArcGIS Developer Help

IConstantFunctionArguments.Init Method

Initializes from a reference raster and a constant value.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pRaster As IRaster, _
    ByVal Value As Object _
)
[C#]
public void Init (
    IRaster pRaster,
    object Value
);
[C++]
HRESULT Init(
  IRaster* pRaster,
  VARIANT Value
);
[C++]
Parameters
pRaster 

pRaster is a parameter of type IRaster* Value
Value is a parameter of type VARIANT

Product Availability

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

See Also

IConstantFunctionArguments Interface