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


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

IRasterCommandResults2.IsResultAvailable Property

Returns TRUE if a result is available to be consumed through a call to the .Next() method.

[Visual Basic .NET]
Public ReadOnly Property IsResultAvailable As Boolean
[C#]
public bool IsResultAvailable {get;}
[C++]
HRESULT get_IsResultAvailable(
  Boolean* pbIsResultAvailable
);
[C++]
Parameters
pbIsResultAvailable [out, retval]

pbIsResultAvailable is a parameter of type bool*

Product Availability

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

See Also

IRasterCommandResults2 Interface