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


IDibExporter.HDIB Property (ArcObjects .NET 10.4 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(
  long* pHandle
);
[C++]

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

Product Availability

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

See Also

IDibExporter Interface