UsafGeneralPerturbationElements Constructor (UsafGeneralPerturbationElements) |
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: 25.2.423.0 (25.2.423.0)
Syntaxpublic UsafGeneralPerturbationElements(
UsafGeneralPerturbationElements existingInstance
)
Public Sub New (
existingInstance As UsafGeneralPerturbationElements
)
public:
UsafGeneralPerturbationElements(
UsafGeneralPerturbationElements^ existingInstance
)
new :
existingInstance : UsafGeneralPerturbationElements -> UsafGeneralPerturbationElementsParameters
- existingInstance
- Type: AGI.Foundation.PropagatorsUsafGeneralPerturbationElements
The existing instance to copy.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when existingInstance is .
|
See Also