This document is archived and information here might be outdated. Recommended version. |
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*