Gets or sets the amount of time that the aircraft will pause at a zero altitude offset.
Read-write property
[Visual Basic .NET] |
---|
Public Property SecondPause() As System.Object |
[C#] |
---|
public System.Object SecondPause {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_SecondPause(); |
[Unmanaged C++] |
---|
public: HRESULT get_SecondPause( VARIANT * pVal ); public: HRESULT put_SecondPause( VARIANT newVal ); |
[Java] |
---|
public AgVariant getSecondPause(); public void setSecondPause( AgVariant ); |