KeplerianElements Constructor (DelaunayElements) | 
 
            Initialize a set of classical Keplerian elements from a set of 
DelaunayElements.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic KeplerianElements(
	DelaunayElements elements
)
Public Sub New ( 
	elements As DelaunayElements
)
public:
KeplerianElements(
	DelaunayElements^ elements
)
new : 
        elements : DelaunayElements -> KeplerianElementsParameters
- elements
 - Type: AGI.Foundation.CoordinatesDelaunayElements
A set of Delaunay elements. 
Exceptions
See Also