ArcObjects Library Reference (3DAnalyst)  

ISceneViewer.SceneGraph Property

The scene viewer's scene graph.

[Visual Basic .NET]
Public Property SceneGraph As ISceneGraph
[C#]
public ISceneGraph SceneGraph {get; set;}
[C++]
HRESULT get_SceneGraph(
  ISceneGraph** ppSceneGraph
);
[C++]
HRESULT putref_SceneGraph(
  ISceneGraph* ppSceneGraph
);
[C++]

Parameters

ppSceneGraph [out, retval]

  ppSceneGraph is a parameter of type ISceneGraph

ppSceneGraph [in]

  ppSceneGraph is a parameter of type ISceneGraph

Product Availability

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

See Also

ISceneViewer Interface