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


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

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