PredictionSupportRecord Constructor (PredictionSupportRecord) |
Initializes a new instance as a copy of an existing instance.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PredictionSupportRecord(
PredictionSupportRecord existingInstance
)
Public Sub New (
existingInstance As PredictionSupportRecord
)
public:
PredictionSupportRecord(
PredictionSupportRecord^ existingInstance
)
new :
existingInstance : PredictionSupportRecord -> PredictionSupportRecord
Parameters
- existingInstance
- Type: AGI.Foundation.Navigation.DataReadersPredictionSupportRecord
The existing instance to copy.
Exceptions
See Also