This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCommandResults2 Interface > IRasterCommandResults2.IsResultAvailable Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* pbIsResultAvailable
);
[C++]
Parameters pbIsResultAvailable [out, retval] pbIsResultAvailable is a parameter of type VARIANT_BOOL