AGI STK Astrogator 11 Send comments on this topic.
DelaunayG Property (IAgVAElementDelaunay)
See Also 





Description

The magnitude of the orbital angular momentum. Defined as sqrt(GM * p). Uses AreaRate Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DelaunayG() As Double

[C#]
public double DelaunayG {get; set;}

[Managed C++]
public: __property double get_DelaunayG();
public: __property void set_DelaunayG(
double
);

[Unmanaged C++]
public: HRESULT get_DelaunayG(
double * pRetVal
);
public: HRESULT put_DelaunayG(
double NewDelaunayG
);

[Java]
public double getDelaunayG();public void setDelaunayG(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1