Gets or sets the amount of time that the aircraft will spend transitioning from the altitude offset to a zero altitude offset.
Read-write property
[Visual Basic .NET] |
---|
Public Property TransitionTime() As Double |
[C#] |
---|
public double TransitionTime {get; set;} |
[Managed C++] |
---|
public: __property double get_TransitionTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_TransitionTime( double * pVal ); public: HRESULT put_TransitionTime( double newVal ); |
[Java] |
---|
public double getTransitionTime(); public void setTransitionTime( double ); |