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


ISceneViewer2.SceneGraph Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneViewer2 Interface > ISceneViewer2.SceneGraph Property
ArcGIS Developer Help

ISceneViewer2.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

ISceneViewer2 Interface