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


ISceneViewer2.hRC Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneViewer2.hRC Property

The OpenGL rendering context.

[Visual Basic .NET]
Public Property hRC As Integer
[C#]
public int hRC {get; set;}
[C++]
HRESULT get_hRC(
  OLE_HANDLE pHRC
);
[C++]
HRESULT put_hRC(
  OLE_HANDLE* pHRC
);
[C++]

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

Product Availability

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

See Also

ISceneViewer2 Interface