AGI STK Objects 11 Send comments on this topic.
TrailTime Property (IAgMtoGfxLeadTrailTimes)
See Also 
Windows






Windows & Linux

Description

the time of the interpolated track route that will be displayed behind the track. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrailTime() As Double

[C#]
public double TrailTime {get; set;}

[Managed C++]
public: __property double get_TrailTime();
public: __property void set_TrailTime(
double
);

[Unmanaged C++]
public: HRESULT get_TrailTime(
double * pRetVal
);
public: HRESULT put_TrailTime(
double NewTrailTime
);

[Java]
public double getTrailTime();public void setTrailTime(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface