STK AstrogatorSend comments on this topic.
LatestDepartureTime Property (IAgVAProfileLambertSearchProfile)
See Also
Windows





Windows & Linux

Description

Gets or sets the latest time from the start of the target sequence for the first Lambert maneuver to occur.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LatestDepartureTime() As Double
[C#]
public double LatestDepartureTime {get; set;}
[Managed C++]
public: __property double get_LatestDepartureTime();
public: __property void set_LatestDepartureTime( double );
[Unmanaged C++]
public: HRESULT get_LatestDepartureTime(
    double * pVal
);
public: HRESULT put_LatestDepartureTime(
    double newVal
);
[Java]
public double getLatestDepartureTime();
public void setLatestDepartureTime(
    double
);
[Python - STK API ]
@property
def LatestDepartureTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.