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


IGlobeDisplay.Clear Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplay Interface > IGlobeDisplay.Clear Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

IGlobeDisplay Interface