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


IAGAnimationTrackKeyframes.EvenTimeStamps Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationTrackKeyframes.EvenTimeStamps Property

Indicates whether to distribute time stamps evenly in the interval 0-1.

[Visual Basic .NET]
Public Property EvenTimeStamps As Boolean
[C#]
public bool EvenTimeStamps {get; set;}
[C++]
HRESULT get_EvenTimeStamps(
  VARIANT_BOOL* pbEvenTimeStamps
);
[C++]
HRESULT put_EvenTimeStamps(
  VARIANT_BOOL pbEvenTimeStamps
);
[C++]

Parameters pbEvenTimeStamps [out, retval] pbEvenTimeStamps is a parameter of type VARIANT_BOOL pbEvenTimeStamps [in] pbEvenTimeStamps is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGAnimationTrackKeyframes Interface

.NET Samples

Move a graphic along a path in ArcMap (Code Files: AnimationUtils)