Click or drag to resize

ModifiedKeplerianElements Constructor (DelaunayElements)

Initializes a new instance for the specified DelaunayElements.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ModifiedKeplerianElements(
	DelaunayElements elements
)

Parameters

elements
Type: AGI.Foundation.Coordinates.DelaunayElements
The set of Delaunay elements.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when elements is null.
See Also