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


IGxWorldView.GetSceneGraph Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (3DAnalystUI)  

IGxWorldView.GetSceneGraph Method

Returns the ISceneGraph interface.

[Visual Basic .NET]
Public Sub GetSceneGraph ( _
    ByRef ppSceneGraph As ISceneGraph _
)
[C#]
public void GetSceneGraph (
    ref ISceneGraph ppSceneGraph
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

See Also

IGxWorldView Interface