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


IAISClientObjectX.Status Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAISClientObjectX.Status Property

Returns an XML detailing the status of the last operation performed on this object.

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

Parameters Status [out, retval] Status is a parameter of type BSTR

Product Availability

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

See Also

IAISClientObjectX Interface