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


IGlobeDisplay3.DirectOpenGLDraw Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay3 Interface > IGlobeDisplay3.DirectOpenGLDraw Property
ArcGIS Developer Help

IGlobeDisplay3.DirectOpenGLDraw Property

Indicates if the direct OpenGL draw mode is active.

[Visual Basic .NET]
Public Property DirectOpenGLDraw As Boolean
[C#]
public bool DirectOpenGLDraw {get; set;}
[C++]
HRESULT get_DirectOpenGLDraw(
  Boolean* pbDirectMode
);
[C++]
HRESULT put_DirectOpenGLDraw(
  VARIANT_BOOL pbDirectMode
);
[C++]
Parameters
pbDirectMode [out, retval]

pbDirectMode is a parameter of type bool* pbDirectMode [in]
pbDirectMode is a parameter of type bool

Product Availability

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

See Also

IGlobeDisplay3 Interface