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