ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommandResult.Init Method

Initializes a raster command result.

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

[C++]
HRESULT Init(
  IRasterCommand* pCommand,
  VARIANT Value,
  Status Status
);
[C++]

Parameters

pCommand [in]

  pCommand is a parameter of type IRasterCommand

Value [in]   Value is a parameter of type VARIANT Status [in]   Status is a parameter of type

Product Availability

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

See Also

IRasterCommandResult Interface