ArcObjects Library Reference (Animation)  

IAnimationTypeTimeLayer.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

IAnimationTypeTimeLayer Interface