This document is archived and information here might be outdated. Recommended version. |
The array of objects of this type in the scene.
[Visual Basic .NET] Public Function get_ObjectArray ( _ ByVal pScene As IScene _ ) As IArray
[C#] public IArray get_ObjectArray ( IScene pScene );
[C++]
HRESULT get_ObjectArray(
IScene* pScene,
IArray** ppObjects
);
[C++] Parameters pScene [in]
pScene is a parameter of type IScene* ppObjects [out, retval]
ppObjects is a parameter of type IArray**