Description
The time required to transition from another maneuvering mode to vertical maneuver mode.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property VerticalTransitionTime() As Double
|
| [C#] |
|---|
public double VerticalTransitionTime {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_VerticalTransitionTime(); public: __property void set_VerticalTransitionTime(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_VerticalTransitionTime(
double * pVal
);
public: HRESULT put_VerticalTransitionTime(
double newVal
);
|
| [Java] |
|---|
public double getVerticalTransitionTime();
public void setVerticalTransitionTime(
double
);
|
| [Python - STK API] |
|---|
@property
def VerticalTransitionTime(self) -> float:
@VerticalTransitionTime.setter
def VerticalTransitionTime(self, newVal:float) -> None:
|
See Also