IRasterCommand Interface

Provides access to member that control a raster command.

Members

Name Description
Read-only property Argument The command argument(s).
Read-only property ID The command ID.
Method Init Initializes a raster command.
Read-only property Name The command name, e.g. CalculateStatistics, BuildPyramids, and etc.

IRasterCommand.Argument Property

The command argument(s).

Public ReadOnly Property Argument As Object
public object Argument {get;}

IRasterCommand.ID Property

The command ID.

Public ReadOnly Property ID As Integer
public int ID {get;}

IRasterCommand.Init Method

Initializes a raster command.

Public Sub Init ( _
    ByVal Name As String, _
    ByVal ID As Integer, _
    ByVal Argument As Object _
)
public void Init (
    string Name,
    int ID,
    object Argument
);

IRasterCommand.Name Property

The command name, e.g. CalculateStatistics, BuildPyramids, and etc.

Public ReadOnly Property Name As String
public string Name {get;}

Classes that implement IRasterCommand

Classes Description
RasterCommand The raster command class.

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