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


IRasterCommand.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 > IRasterCommand Interface > IRasterCommand.Init Method
ArcGIS Developer Help

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