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





Windows & Linux

Description

Gets or sets the latest time from the start of the target sequence that the satellite should arrive at its destination.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LatestArrivalTime() As Double
[C#]
public double LatestArrivalTime {get; set;}
[Managed C++]
public: __property double get_LatestArrivalTime();
public: __property void set_LatestArrivalTime( double );
[Unmanaged C++]
public: HRESULT get_LatestArrivalTime(
    double * pVal
);
public: HRESULT put_LatestArrivalTime(
    double newVal
);
[Java]
public double getLatestArrivalTime();
public void setLatestArrivalTime(
    double
);
[Python - STK API ]
@property
def LatestArrivalTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.