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


IAnimationType.ObjectArray Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationType Interface > IAnimationType.ObjectArray Property
ArcGIS Developer Help

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