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


IAGAnimationType.ObjectArray Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationType.ObjectArray Property

The array of objects of this type.

[Visual Basic .NET]
Public Function get_ObjectArray ( _
    ByVal pContainer As IAGAnimationContainer _
) As IArray
[C#]
public IArray get_ObjectArray (
    IAGAnimationContainer pContainer
);
[C++]
HRESULT get_ObjectArray(
  IAGAnimationContainer* pContainer,
  IArray** ppObjects
);
[C++]

Parameters pContainer [in]
pContainer is a parameter of type IAGAnimationContainer ppObjects [out, retval]
ppObjects is a parameter of type IArray

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationType Interface