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


ISceneGraph.Clear Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.Clear Method

Resets the scene graph.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface