ArcObjects Library Reference (Animation)  

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,
  ITimeLayerTrackExtension** ppTrackExtension
);
[C++]

Parameters

pTrack [in]

  pTrack is a parameter of type IAGAnimationTrack

ppTrackExtension [out, retval]

  ppTrackExtension is a parameter of type ITimeLayerTrackExtension

Product Availability

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

See Also

IAnimationTypeTimeLayer Interface