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


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

IAGAnimationTrack.BeginTime Property

The initial time of the track.

[Visual Basic .NET]
Public Property BeginTime As Double
[C#]
public double BeginTime {get; set;}
[C++]
HRESULT get_BeginTime(
  System.Double* pBeginTime
);
[C++]
HRESULT put_BeginTime(
  double pBeginTime
);
[C++]
Parameters
pBeginTime [out, retval]

pBeginTime is a parameter of type double* pBeginTime [in]
pBeginTime is a parameter of type double

Product Availability

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

See Also

IAGAnimationTrack Interface