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


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

IRasterCommandResult.Status Property

The return status.

[Visual Basic .NET]
Public ReadOnly Property Status As Integer
[C#]
public int Status {get;}
[C++]
HRESULT get_Status(
  pStatus* pStatus
);
[C++]

Parameters pStatus [out, retval] pStatus is a parameter of type

Product Availability

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

See Also

IRasterCommandResult Interface