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


IDrLoader.GetThreadHandle Method (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.GetThreadHandle Method
ArcGIS Developer Help

IDrLoader.GetThreadHandle Method

Gets the loading thread handle.

[Visual Basic .NET]
Public Function GetThreadHandle ( _
) As Integer
[C#]
public int GetThreadHandle (
);
[C++]
HRESULT GetThreadHandle(
void
);

Product Availability

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

Description

Get the handle of the loader.

See Also

IDrLoader Interface