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


ISceneGraph.Scene Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.Scene Property

The scene.

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

Parameters pVal [out, retval]
pVal is a parameter of type IScene pVal [in]
pVal is a parameter of type IScene

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface