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





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 * pRetVal
);
public: HRESULT put_DelaunayL(
double NewDelaunayL
);

[Java]
public double getDelaunayL();public void setDelaunayL(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1