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


ISceneControl.Scene Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISceneControl Interface > ISceneControl.Scene Property
ArcGIS Developer Help

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(
void
);

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

ISceneControl Interface