ArcObjects Library Reference (3DAnalyst)  

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

See Also

IAnimationTrack Interface