ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommandResult.Init Method

Initializes a raster command result.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal pCommand As IRasterCommand, _
    ByVal Value As Object, _
    ByVal Status As Integer _
)
[C#]
public void Init (
    IRasterCommand pCommand,
    object Value,
    int Status
);
[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