Description
The size of the delta-V to be applied to the orbit along the velocity vector. Uses Rate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DeltaVMagnitude() As Double
|
| [C#] |
|---|
public double DeltaVMagnitude {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_DeltaVMagnitude(); public: __property void set_DeltaVMagnitude( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DeltaVMagnitude( double * pRetVal ); public: HRESULT put_DeltaVMagnitude( double NewDeltaVMagnitude );
|
| [Java] |
|---|
public double getDeltaVMagnitude();public void setDeltaVMagnitude( double );
|
See Also