ArcObjects Library Reference (3DAnalyst)  

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

See Also

IAnimationTrack Interface