This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTimeLayer Interface > IAnimationTypeTimeLayer.AssignTimeRange Method (ArcObjects .NET 10.4 SDK) |
Calculates the minimum and maximum times for the Time Keyframe from the track.
[Visual Basic .NET] Public Sub AssignTimeRange ( _ ByVal pTrack As IAGAnimationTrack _ )
[C#] public void AssignTimeRange ( IAGAnimationTrack pTrack );
[C++]
HRESULT AssignTimeRange(
IAGAnimationTrack* pTrack
);
[C++]
Parameters pTrack [in]
pTrack is a parameter of type IAGAnimationTrack