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