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





Windows & Linux

Description

Gets or sets the earliest 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 EarliestArrivalTime() As Double
[C#]
public double EarliestArrivalTime {get; set;}
[Managed C++]
public: __property double get_EarliestArrivalTime();
public: __property void set_EarliestArrivalTime( double );
[Unmanaged C++]
public: HRESULT get_EarliestArrivalTime(
    double * pVal
);
public: HRESULT put_EarliestArrivalTime(
    double newVal
);
[Java]
public double getEarliestArrivalTime();
public void setEarliestArrivalTime(
    double
);
[Python - STK API ]
@property
def EarliestArrivalTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.