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


IScene.SceneGraph Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IScene.SceneGraph Property

The scene's scenegraph.

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

Parameters ppSceneGraph [out, retval]
ppSceneGraph is a parameter of type ISceneGraph

Product Availability

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

See Also

IScene Interface

.NET Related Topics

3DAnalyst