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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close