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


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

ITimeLayerTrackExtension.AttachedObjects Property

Provides access to the objects attached to the track.

[Visual Basic .NET]
Public ReadOnly Property AttachedObjects As IArray
[C#]
public IArray AttachedObjects {get;}
[C++]
HRESULT get_AttachedObjects(
  IArray** ppObjectArray
);
[C++]
Parameters
ppObjectArray [out, retval]

ppObjectArray is a parameter of type IArray**

Product Availability

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

See Also

ITimeLayerTrackExtension Interface