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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1