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


IGlobeDisplay.Clear Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplay.Clear Method

Clear the display objects.

[Visual Basic .NET]
Public Sub Clear ( _
    ByVal bRecycleBasicObjects As Boolean _
)
[C#]
public void Clear (
    bool bRecycleBasicObjects
);
[C++]
HRESULT Clear(
  VARIANT_BOOL bRecycleBasicObjects
);
[C++]

Parameters bRecycleBasicObjects [in] bRecycleBasicObjects is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeDisplay Interface