Gets or sets the time required to transition from another maneuvering mode to vertical maneuver mode.
Read-write property
[Visual Basic .NET] |
---|
Public Property VerticalTransitionTime() As Double |
[C#] |
---|
public double VerticalTransitionTime {get; set;} |
[Managed C++] |
---|
public: __property double get_VerticalTransitionTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_VerticalTransitionTime( double * pVal ); public: HRESULT put_VerticalTransitionTime( double newVal ); |
[Java] |
---|
public double getVerticalTransitionTime(); public void setVerticalTransitionTime( double ); |