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


IMxdServer.ReleaseBitmapHandle Method (ArcObjects .NET 10.4 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(
  long hBmp
);
[C++]

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

Product Availability

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

See Also

IMxdServer Interface