Gets or sets the empty weight of the aircraft.
Read-write property
[Visual Basic .NET] |
---|
Public Property EmptyWeight() As Double |
[C#] |
---|
public double EmptyWeight {get; set;} |
[Managed C++] |
---|
public: __property double get_EmptyWeight(); |
[Unmanaged C++] |
---|
public: HRESULT get_EmptyWeight( double * pRetVal ); public: HRESULT put_EmptyWeight( double newVal ); |
[Java] |
---|
public double getEmptyWeight(); public void setEmptyWeight( double ); |