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.EndTime Property (ArcObjects .NET 10.5 SDK) |
The final time of the track.
[Visual Basic .NET] Public Property EndTime As Double
[C#] public double EndTime {get; set;}
[C++]
HRESULT get_EndTime(
double* pEndTime
);
[C++]
HRESULT put_EndTime(
double pEndTime
);
[C++]
Parameters pEndTime [out, retval] pEndTime is a parameter of type double pEndTime [in] pEndTime is a parameter of type double