Gets or sets the size of the delta-V to be applied to the orbit along the specified direction. Uses Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property DeltaVMagnitude() As Double |
[C#] |
---|
public double DeltaVMagnitude {get; set;} |
[Managed C++] |
---|
public: __property double get_DeltaVMagnitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_DeltaVMagnitude( double * pVal ); public: HRESULT put_DeltaVMagnitude( double newVal ); |
[Java] |
---|
public double getDeltaVMagnitude(); public void setDeltaVMagnitude( double ); |