IRasterCommand2 Interface

Provides access to member that control a raster command.

Members

Name Description
Read-only property Argument The command argument(s).
Method CanExecute Indicates if this command can execute itself.
Method Execute Executes a raster command.
Read-only property ID The command ID.
Method Init Initializes a raster command.
Read/write property MachineName The server machine name.
Read-only property Name The command name, e.g. CalculateStatistics, BuildPyramids, and etc.

IRasterCommand2.CanExecute Method

Indicates if this command can execute itself.

Public Function CanExecute ( _
) As Boolean
public bool CanExecute (
);

IRasterCommand2.Execute Method

Executes a raster command.

Public Function Execute ( _
) As Object
public object Execute (
);

IRasterCommand2.MachineName Property

The server machine name.

Public Property MachineName As String
public string MachineName {get; set;}

Inherited Interfaces

Interfaces Description
IRasterCommand Provides access to member that control a raster command.

Classes that implement IRasterCommand2

Classes Description

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