Gets or sets the altitude above ground level the aircraft will fly.
Read-write property
[Visual Basic .NET] |
---|
Public Property AltitudeAGL() As Double |
[C#] |
---|
public double AltitudeAGL {get; set;} |
[Managed C++] |
---|
public: __property double get_AltitudeAGL(); |
[Unmanaged C++] |
---|
public: HRESULT get_AltitudeAGL( double * pVal ); public: HRESULT put_AltitudeAGL( double newVal ); |
[Java] |
---|
public double getAltitudeAGL(); public void setAltitudeAGL( double ); |