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


IAnimationTypeTimeLayer.GetTimeLayerTrackExtension Method (ArcObjects .NET 10.5 SDK)
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