This document is archived and information here might be outdated. Recommended version. |
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