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: 25.1.421.0 (25.1.421.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