This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.IsBusy Property (ArcObjects .NET 10.5 SDK) |
Indicates if the loader is currently busy.
[Visual Basic .NET] Public ReadOnly Property IsBusy As Boolean
[C#] public bool IsBusy {get;}
[C++]
HRESULT get_IsBusy(
VARIANT_BOOL* pIsBusy
);
[C++]
Parameters pIsBusy [out, retval] pIsBusy is a parameter of type VARIANT_BOOL
Get the status of the loader, whether it is in use or not.