This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.BeginTime Property (ArcObjects .NET 10.5 SDK) |
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