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


IAGAnimationTrack.EndTime 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.EndTime Property
ArcGIS Developer Help

IAGAnimationTrack.EndTime Property

The final time of the track.

[Visual Basic .NET]
Public Property EndTime As Double
[C#]
public double EndTime {get; set;}
[C++]
HRESULT get_EndTime(
  System.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

Product Availability

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

See Also

IAGAnimationTrack Interface