ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommand.Init Method

Initializes a raster command.

ERROR: Syntax information about IRasterCommand.Init may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT Init(
  BSTR Name,
  long ID,
  VARIANT Argument
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR ID [in]   ID is a parameter of type long Argument [in]   Argument is a parameter of type VARIANT

Product Availability

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

See Also

IRasterCommand Interface