ArcObjects Library Reference  (Controls)    

ISceneHookHelper.SceneGraph Property

SceneGraph of hooked control or application.

[Visual Basic 6.0]
Property SceneGraph As ISceneGraph
[Visual Basic .NET]
Public ReadOnly Property SceneGraph As ISceneGraph
[C#]
public ISceneGraph SceneGraph {get;}
[Java]
public ISceneGraph getSceneGraph()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_SceneGraph(
  ISceneGraph** ppSceneGraph
);
[C++]

Parameters

ppSceneGraph [out, retval]

  ppSceneGraph is a parameter of type ISceneGraph

Product Availability

Available with ArcGIS Engine.

Description

The ISceneGraph object of the hook passed to the ICommand::OnCreate event. The SceneGraph is returned regardless of whether the hook is a SceneControl, ToolbarControl (with a 'buddy' SceneControl) or ArcScene.

Errors Returned

1060 800A0424: The supplied hook is not valid. 

See Also

ISceneHookHelper Interface

 


Feedback Send feedback on this page