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


IAGAnimationTrackKeyframes.EvenTimeStamps Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrackKeyframes Interface > IAGAnimationTrackKeyframes.EvenTimeStamps Property
ArcGIS Developer Help

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(
  Boolean* pbEvenTimeStamps
);
[C++]
Parameters
pbEvenTimeStamps [in]

pbEvenTimeStamps is a parameter of type bool pbEvenTimeStamps [out, retval]
pbEvenTimeStamps is a parameter of type 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