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


IAGAnimationTrack.AttachedObjects Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrack Interface > IAGAnimationTrack.AttachedObjects Property
ArcGIS Developer Help

IAGAnimationTrack.AttachedObjects Property

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 put_AttachedObjects(
  IArray* ppObjectArray
);
[C++]
Parameters
ppObjectArray [in]

ppObjectArray is a parameter of type IArray*

Product Availability

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

See Also

IAGAnimationTrack Interface