Description
Fixed Delta V: the instantaneous thrust to be applied to the vehicle being launched. Uses Rate Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DeltaV() As Double
|
[C#] |
---|
public double DeltaV {get; set;}
|
[Managed C++] |
---|
public: __property double get_DeltaV(); public: __property void set_DeltaV( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_DeltaV( double * pRetVal ); public: HRESULT put_DeltaV( double NewDeltaV );
|
[Java] |
---|
public double getDeltaV();public void setDeltaV( double );
|
See Also