Gets or sets the Z component of the orbital angular momentum. Defined as G cos(inc). Uses AreaRate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property DelaunayH() As Double |
[C#] |
---|
public double DelaunayH {get; set;} |
[Managed C++] |
---|
public: __property double get_DelaunayH(); |
[Unmanaged C++] |
---|
public: HRESULT get_DelaunayH( double * pVal ); public: HRESULT put_DelaunayH( double newVal ); |
[Java] |
---|
public double getDelaunayH(); public void setDelaunayH( double ); |