This document is archived and information here might be outdated. Recommended version. |
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**