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