This document is archived and information here might be outdated.  Recommended version.


IRasterCommandResult.Command Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCommandResult.Command Property

The executed command.

[Visual Basic .NET]
Public ReadOnly Property Command As IRasterCommand
[C#]
public IRasterCommand Command {get;}
[C++]
HRESULT get_Command(
  IRasterCommand** ppCommand
);
[C++]

Parameters ppCommand [out, retval]
ppCommand is a parameter of type IRasterCommand

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCommandResult Interface