ArcObjects Library Reference (3DAnalyst)  

ISceneViewer.hDC Property

The associated device context.

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

Parameters

pHDC [out, retval]   pHDC is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneViewer Interface