This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationType Interface > IAnimationType.ObjectArray Property (ArcObjects .NET 10.4 SDK) |
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