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


IDrLoader.Cancel Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDrLoader.Cancel Method

Cancels loading.

[Visual Basic .NET]
Public Sub Cancel ( _
)
[C#]
public void Cancel (
);
[C++]
HRESULT Cancel(
void
);

Product Availability

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

Description

Cancel the loading operation.

See Also

IDrLoader Interface