Description
The Z component of the orbital angular momentum. Defined as G cos(inc). Uses AreaRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DelaunayH() As Double
|
| [C#] |
|---|
public double DelaunayH {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_DelaunayH(); public: __property void set_DelaunayH(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DelaunayH(
double * pVal
);
public: HRESULT put_DelaunayH(
double newVal
);
|
| [Java] |
|---|
public double getDelaunayH();
public void setDelaunayH(
double
);
|
| [Python - STK API] |
|---|
@property
def DelaunayH(self) -> float:
@DelaunayH.setter
def DelaunayH(self, newVal:float) -> None:
|
See Also