Description
The size of the delta-V to be applied along the X axis - as defined by the selected axes and rotation. 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 * pVal
);
public: HRESULT put_DeltaVMagnitude(
double newVal
);
|
| [Java] |
|---|
public double getDeltaVMagnitude();
public void setDeltaVMagnitude(
double
);
|
| [Python - STK API] |
|---|
@property
def DeltaVMagnitude(self) -> float:
@DeltaVMagnitude.setter
def DeltaVMagnitude(self, newVal:float) -> None:
|
See Also