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


IGlobeViewer2.IsClearBuffersEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeViewer2.IsClearBuffersEnabled Property

Indicates if automatic buffer clearing before redraw is enabled.

[Visual Basic .NET]
Public Property IsClearBuffersEnabled As Boolean
[C#]
public bool IsClearBuffersEnabled {get; set;}
[C++]
HRESULT get_IsClearBuffersEnabled(
  VARIANT_BOOL* pbEnableClear
);
[C++]
HRESULT put_IsClearBuffersEnabled(
  VARIANT_BOOL pbEnableClear
);
[C++]

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

Product Availability

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

See Also

IGlobeViewer2 Interface