Description
Related to the two-body orbital energy. Defined as sqrt(GM * a). Uses AreaRate Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property DelaunayL() As Double
|
[C#] |
---|
public double DelaunayL {get; set;}
|
[Managed C++] |
---|
public: __property double get_DelaunayL(); public: __property void set_DelaunayL(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_DelaunayL(
double * pVal
);
public: HRESULT put_DelaunayL(
double newVal
);
|
[Java] |
---|
public double getDelaunayL();
public void setDelaunayL(
double
);
|
[Python - STK API] |
---|
@property
def DelaunayL(self) -> float:
@DelaunayL.setter
def DelaunayL(self, newVal:float) -> None:
|
See Also