Click or drag to resize

CelestrakGeneralPerturbationElements Constructor (CelestrakGeneralPerturbationElements)

Initializes a new instance as a copy of an existing instance.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CelestrakGeneralPerturbationElements(
	CelestrakGeneralPerturbationElements existingInstance
)

Parameters

existingInstance
Type: AGI.Foundation.PropagatorsCelestrakGeneralPerturbationElements
The existing instance to copy.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when existingInstance is .
See Also