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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_LeadTime();
public: __property void set_LeadTime(
double
);

[Unmanaged C++]
public: HRESULT get_LeadTime(
double * pRetVal
);
public: HRESULT put_LeadTime(
double NewLeadTime
);

[Java]
public double getLeadTime();public void setLeadTime(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface