This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTime Interface > IAnimationTypeTime.AssignTimeRange Method (ArcObjects .NET 10.5 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