KeplerianElements 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 KeplerianElements(
ModifiedKeplerianElements elements
)
Public Sub New (
elements As ModifiedKeplerianElements
)
public:
KeplerianElements(
ModifiedKeplerianElements^ elements
)
new :
elements : ModifiedKeplerianElements -> KeplerianElementsParameters
- elements
- Type: AGI.Foundation.CoordinatesModifiedKeplerianElements
The modified Keplerian elements.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown when the parameter elements is . |
| InvalidOperationException | The given elements must represent a closed orbit. The exception
is thrown if the eccentricity is negative or not below unity or if the semimajor axis is not finitely positive.
For other orbit types, use ModifiedKeplerianElements. |
See Also