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


IDrLoader.IsBusy Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.IsBusy Property
ArcGIS Developer Help

IDrLoader.IsBusy Property

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(
  Boolean* pIsBusy
);
[C++]
Parameters
pIsBusy [out, retval]

pIsBusy is a parameter of type bool*

Product Availability

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

Description

Get the status of the loader, whether it is in use or not.

See Also

IDrLoader Interface