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


IGlobeViewer2.IsSwapBuffersEnabled Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewer2.IsSwapBuffersEnabled Property

Indicates if automatic buffer swapping after redraw is enabled.

[Visual Basic .NET]
Public Property IsSwapBuffersEnabled As Boolean
[C#]
public bool IsSwapBuffersEnabled {get; set;}
[C++]
HRESULT get_IsSwapBuffersEnabled(
  VARIANT_BOOL pbEnableSwap
);
[C++]
HRESULT put_IsSwapBuffersEnabled(
  Boolean* pbEnableSwap
);
[C++]

Parameters pbEnableSwap [in]
pbEnableSwap is a parameter of type bool pbEnableSwap [out, retval]
pbEnableSwap is a parameter of type bool*

Product Availability

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

See Also

IGlobeViewer2 Interface