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


ISceneViewer.SceneGraph Property (ArcObjects .NET 10.4 SDK)
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