DelaunayElements Constructor (ModifiedKeplerianElements) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic DelaunayElements(
ModifiedKeplerianElements elements
)
Public Sub New (
elements As ModifiedKeplerianElements
)
public:
DelaunayElements(
ModifiedKeplerianElements^ elements
)
new :
elements : ModifiedKeplerianElements -> DelaunayElementsParameters
- elements
- Type: AGI.Foundation.CoordinatesModifiedKeplerianElements
A set of modified Keplerian elements.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown if elements is .
|
| InvalidOperationException |
Thrown if the given elements do not represent a closed orbit.
|
See Also