This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTimeLayer Interface > IAnimationTypeTimeLayer.GetTimeLayerTrackExtension Method (ArcObjects .NET 10.4 SDK) |
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