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


IAnimationTypeTimeLayer.GetTimeLayerTrackExtension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTimeLayer Interface > IAnimationTypeTimeLayer.GetTimeLayerTrackExtension Method
ArcGIS Developer Help

IAnimationTypeTimeLayer.GetTimeLayerTrackExtension Method

Provides access to the Time Layer Track Extension.

[Visual Basic .NET]
Public Function GetTimeLayerTrackExtension ( _
    ByVal pTrack As IAGAnimationTrack _
) As ITimeLayerTrackExtension
[C#]
public ITimeLayerTrackExtension GetTimeLayerTrackExtension (
    IAGAnimationTrack pTrack
);
[C++]
HRESULT GetTimeLayerTrackExtension(
  IAGAnimationTrack* pTrack
);
[C++]
Parameters
pTrack [in]

pTrack is a parameter of type IAGAnimationTrack*

Product Availability

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

See Also

IAnimationTypeTimeLayer Interface