Gets or sets the gravitational parameter used by the VOP method, in the range 1.993002209e+14 to 7.972008836e+14 for Earth based vehicles. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property VOPmu() As Double |
[C#] |
---|
public double VOPmu {get; set;} |
[Managed C++] |
---|
public: __property double get_VOPmu(); |
[Unmanaged C++] |
---|
public: HRESULT get_VOPmu( double * pVal ); public: HRESULT put_VOPmu( double VOPmu ); |
[Java] |
---|
public double getVOPmu(); public void setVOPmu( double ); |