ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommand.Init Method

Initializes a raster command.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal Name As String, _
    ByVal ID As Integer, _
    ByVal Argument As Object _
)
[C#]
public void Init (
    string Name,
    int ID,
    object Argument
);
[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