Gets or sets the G force of the maneuver.
Read-write property
[Visual Basic .NET] |
---|
Public Property PushPullG() As Double |
[C#] |
---|
public double PushPullG {get; set;} |
[Managed C++] |
---|
public: __property double get_PushPullG(); |
[Unmanaged C++] |
---|
public: HRESULT get_PushPullG( double * pVal ); public: HRESULT put_PushPullG( double newVal ); |
[Java] |
---|
public double getPushPullG(); public void setPushPullG( double ); |