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