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


IAnimationTypeTime.AssignTimeRange Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAnimationTypeTime.AssignTimeRange Method

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

Product Availability

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

See Also

IAnimationTypeTime Interface