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


IAnimationType.ObjectArray Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IAnimationType.ObjectArray Property

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

Product Availability

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

See Also

IAnimationType Interface