STK AstrogatorSend comments on this topic.
TimePastPeriapsis Property (IAgVAElementKeplerian)
See Also
Windows





Windows & Linux

Description

Gets or sets the elapsed time since the last perigee passage based on assumed two-body motion. Uses Time Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimePastPeriapsis() As Double
[C#]
public double TimePastPeriapsis {get; set;}
[Managed C++]
public: __property double get_TimePastPeriapsis();
public: __property void set_TimePastPeriapsis( double );
[Unmanaged C++]
public: HRESULT get_TimePastPeriapsis(
    double * pVal
);
public: HRESULT put_TimePastPeriapsis(
    double newVal
);
[Java]
public double getTimePastPeriapsis();
public void setTimePastPeriapsis(
    double
);
[Python - STK API ]
@property
def TimePastPeriapsis(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.