Gets or sets the altitude design point of the engine.
Read-write property
[Visual Basic .NET] |
---|
Public Property DesignPointAltitude() As Double |
[C#] |
---|
public double DesignPointAltitude {get; set;} |
[Managed C++] |
---|
public: __property double get_DesignPointAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_DesignPointAltitude( double * pVal ); public: HRESULT put_DesignPointAltitude( double newVal ); |
[Java] |
---|
public double getDesignPointAltitude(); public void setDesignPointAltitude( double ); |