This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.AttachedObjects Property (ArcObjects .NET 10.5 SDK) |
The objects to which the track is attached, or null.
[Visual Basic .NET] Public Property AttachedObjects As IArray
[C#] public IArray AttachedObjects {get; set;}
[C++]
HRESULT get_AttachedObjects(
IArray** ppObjectArray
);
[C++]
HRESULT put_AttachedObjects(
IArray* ppObjectArray
);
[C++]
Parameters ppObjectArray [out, retval]
ppObjectArray is a parameter of type IArray ppObjectArray [in]
ppObjectArray is a parameter of type IArray