This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrackKeyframes Interface > IAGAnimationTrackKeyframes.EvenTimeStamps Property (ArcObjects .NET 10.4 SDK) |
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