ArcObjects Library Reference (Controls)  

ISceneControl.SceneGraph Property

The SceneGraph object associated with the SceneControl.

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

Parameters

pVal [out, retval]

  pVal is a parameter of type ISceneGraph

pVal [in]

  pVal is a parameter of type ISceneGraph

Product Availability

Available with ArcGIS Engine.

Description

This is a shortcut to the ISceneViewer::SceneGraph property.

Errors Returned

1055 800a041f: A valid object is required for this property

See Also

ISceneControl Interface