AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_LeadTime(
    double LeadTime
);
[Java]
public double getLeadTime();
public void setLeadTime(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.