ArcObjects Library Reference (Display)  

IOutputContext.hDC Property

The device context that the display is currently drawing to.

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

Parameters

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

Product Availability

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

Remarks

Initialize OutputContext before accessing this property.

See Also

IOutputContext Interface