STK ObjectsSend 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
);
[Python - STK API ]
@property
def LeadTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.