Description
Fixed Delta V minimum eccentricity. Uses Rate Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DeltaVMin() As Double
|
[C#] |
---|
public double DeltaVMin {get; set;}
|
[Managed C++] |
---|
public: __property double get_DeltaVMin(); public: __property void set_DeltaVMin( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_DeltaVMin( double * pRetVal ); public: HRESULT put_DeltaVMin( double NewDeltaVMin );
|
[Java] |
---|
public double getDeltaVMin();public void setDeltaVMin( double );
|
See Also