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


IExportBMP.Bitmap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportBMP Interface > IExportBMP.Bitmap Property
ArcGIS Developer Help

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(
  OLE_HANDLE* phBmp
);
[C++]
Parameters
phBmp [out, retval]

phBmp is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IExportBMP Interface