Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public PredictionSupportRecord(
	PredictionSupportRecord existingInstance
)

Parameters

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