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


IRasterCommandResult.Command Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCommandResult Interface > IRasterCommandResult.Command Property
ArcGIS Developer Help

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