ArcObjects Library Reference (Output)  

IExportBMP.Bitmap Property

The Windows Bitmap handle.

[Visual Basic .NET]
Public ReadOnly Property Bitmap As Integer
[C#]
public int Bitmap {get;}
[C++]
HRESULT get_Bitmap(
  long* phBmp
);
[C++]

Parameters

phBmp [out, retval]   phBmp is a parameter of type long

Product Availability

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

See Also

IExportBMP Interface