ArcObjects Library Reference (Animation)  

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