ArcObjects Library Reference (GlobeCore)  

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(
  VARIANT_BOOL* pbDirectMode
);
[C++]
HRESULT put_DirectOpenGLDraw(
  VARIANT_BOOL pbDirectMode
);
[C++]

Parameters

pbDirectMode [out, retval]   pbDirectMode is a parameter of type VARIANT_BOOL pbDirectMode [in]   pbDirectMode is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeDisplay3 Interface