ArcObjects Library Reference (Controls)  

ISceneControlDefault.Scene Property

The Scene object associated with the SceneControl.

[Visual Basic .NET]
Public ReadOnly Property Scene As IScene
[C#]
public IScene Scene {get;}
[C++]
HRESULT get_Scene(
  IScene** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type IScene

Product Availability

Available with ArcGIS Engine.

Description

This is a shortcut to the ISceneGraph::Scene property.

See Also

ISceneControlDefault Interface