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


IAnimationTrack.EvenTimeStamps Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.EvenTimeStamps Property
ArcGIS Developer Help

IAnimationTrack.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. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface