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


ISceneControl.Scene Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Controls)  

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

ISceneControl Interface