STK ObjectsSend 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 * pVal
);
public: HRESULT put_TrailTime(
    double TrailTime
);
[Java]
public double getTrailTime();
public void setTrailTime(
    double
);
[Python - STK API ]
@property
def TrailTime(self) -> float:

@TrailTime.setter
def TrailTime(self, TrailTime:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.