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


IDibExporter.HDIB Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Output)  

IDibExporter.HDIB Property

Handle to in-memory DIB. Valid only after ReleaseDC has been called.

[Visual Basic .NET]
Public ReadOnly Property HDIB As Integer
[C#]
public int HDIB {get;}
[C++]
HRESULT get_HDIB(
  OLE_HANDLE* pHandle
);
[C++]

Parameters pHandle [out, retval]
pHandle is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IDibExporter Interface