ArcObjects Library Reference (DataSourcesRaster)  

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