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


IRasterCommandResult.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCommandResult Interface > IRasterCommandResult.Init Method
ArcGIS Developer Help

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 HRESULT

Product Availability

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

See Also

IRasterCommandResult Interface