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


IGlobeViewer2.IsClearBuffersEnabled Property (ArcObjects .NET 10.6 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(
  Boolean* pbEnableClear
);
[C++]

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

Product Availability

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

See Also

IGlobeViewer2 Interface