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


IGlobeViewer2.SwapOGLBuffers Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewer2.SwapOGLBuffers Method

Manually swap front and back OpenGL framebuffers.

[Visual Basic .NET]
Public Sub SwapOGLBuffers ( _
)
[C#]
public void SwapOGLBuffers (
);
[C++]
HRESULT SwapOGLBuffers(
void
);

Product Availability

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

See Also

IGlobeViewer2 Interface