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 * pRetVal ); public: HRESULT put_DelaunayH( double NewDelaunayH );
|
| [Java] |
|---|
public double getDelaunayH();public void setDelaunayH( double );
|
See Also