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


IGlobeViewer2.IsSwapBuffersEnabled Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL pbEnableSwap
);
[C++]

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

Product Availability

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

See Also

IGlobeViewer2 Interface