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


IMxdServer.ReleaseBitmapHandle Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMxdServer.ReleaseBitmapHandle Method

Companion function to GetBitmapHandle(). Releases the bitmap handle that is returned from that function.

[Visual Basic .NET]
Public Sub ReleaseBitmapHandle ( _
    ByVal hBmp As Integer _
)
[C#]
public void ReleaseBitmapHandle (
    int hBmp
);
[C++]
HRESULT ReleaseBitmapHandle(
  OLE_HANDLE hBmp
);
[C++]

Parameters hBmp [in]
hBmp is a parameter of type OLE_HANDLE

Product Availability

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

See Also

IMxdServer Interface