Sgp4Elements Constructor (Sgp4Elements) |
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: 23.2.417.0 (23.2.417.0)
Syntaxpublic Sgp4Elements(
Sgp4Elements existingInstance
)
Public Sub New (
existingInstance As Sgp4Elements
)
public:
Sgp4Elements(
Sgp4Elements^ existingInstance
)
new :
existingInstance : Sgp4Elements -> Sgp4Elements
Parameters
- existingInstance
- Type: AGI.Foundation.PropagatorsSgp4Elements
The existing instance to copy.
Exceptions
See Also