IRasterCommandResult Interface

Provides access to member that control a raster command result.

Members

Name Description
Read-only property Command The executed command.
Method Init Initializes a raster command result.
Read-only property Status The return status.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.