TwoLineElementSet Constructor (TwoLineElementSet) | 
 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.1.421.0 (25.1.421.0)
Syntaxpublic TwoLineElementSet(
	TwoLineElementSet existingInstance
)
Public Sub New ( 
	existingInstance As TwoLineElementSet
)
public:
TwoLineElementSet(
	TwoLineElementSet^ existingInstance
)
new : 
        existingInstance : TwoLineElementSet -> TwoLineElementSetParameters
- existingInstance
 - Type: AGI.Foundation.PropagatorsTwoLineElementSet
The existing instance to copy. 
Exceptions
See Also