EquinoctialElements 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 EquinoctialElements(
ModifiedKeplerianElements elements
)
Public Sub New (
elements As ModifiedKeplerianElements
)
public:
EquinoctialElements(
ModifiedKeplerianElements^ elements
)
new :
elements : ModifiedKeplerianElements -> EquinoctialElementsParameters
- elements
- Type: AGI.Foundation.CoordinatesModifiedKeplerianElements
A set of modified Keplerian elements.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown if elements is .
|
| InvalidOperationException |
Thrown when the provided equinoctial elements represent an open orbit.
|
See Also