Gets or sets the thrust for this engine. Uses Force Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property Thrust() As Double |
[C#] |
---|
public double Thrust {get; set;} |
[Managed C++] |
---|
public: __property double get_Thrust(); |
[Unmanaged C++] |
---|
public: HRESULT get_Thrust( double * pVal ); public: HRESULT put_Thrust( double InVal ); |
[Java] |
---|
public double getThrust(); public void setThrust( double ); |