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


IAGGroupAnimationOptions.PutTrackInterval Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGGroupAnimationOptions.PutTrackInterval Method

Sets the begin and end times for the group animation.

[Visual Basic .NET]
Public Sub PutTrackInterval ( _
    ByVal BeginTime As Double, _
    ByVal EndTime As Double _
)
[C#]
public void PutTrackInterval (
    double BeginTime,
    double EndTime
);
[C++]
HRESULT PutTrackInterval(
  double BeginTime,
  double EndTime
);
[C++]

Parameters BeginTime [in] BeginTime is a parameter of type double EndTime [in] EndTime is a parameter of type double

Product Availability

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

See Also

IAGGroupAnimationOptions Interface

.NET Snippets

Create Group Layer Animation