Provides access to member that control a raster command result.
Members
| Name | Description | |
|---|---|---|
|  | Command | The executed command. | 
|  | Init | Initializes a raster command result. | 
|  | Status | The return status. | 
|  | Value | The return value. | 
IRasterCommandResult.Command Property
The executed command.
Public ReadOnly Property Command As IRasterCommand
public IRasterCommand Command {get;}
IRasterCommandResult.Init Method
Initializes a raster command result.
Public Sub Init ( _
    ByVal pCommand As IRasterCommand, _
    ByVal Value As Object, _
    ByVal Status As Integer _
)
public void Init (
    IRasterCommand pCommand,
    object Value,
    int Status
);
IRasterCommandResult.Status Property
The return status.
Public ReadOnly Property Status As Integer
public int Status {get;}
IRasterCommandResult.Value Property
The return value.
Public ReadOnly Property Value As Object
public object Value {get;}
Classes that implement IRasterCommandResult
| Classes | Description | 
|---|---|
| RasterCommandResult | The coclass for a raster command result from executing a raster command. |