Click or drag to resize

BaseSequenceManagerGetReconstruction Method

Gets the reconstruction results of a record in the current buffer.

Namespace:  LynceeTec.API.Sequence
Assembly:  LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.2.6612.0 , built 2022-07-14 10:47:23 UTC
Syntax
public void GetReconstruction(
	ref ReconstructionResults reconstructionResults,
	int index
)

Parameters

reconstructionResults
Type: LynceeTec.API.SequenceReconstructionResults
The existing results.
index
Type: SystemInt32
The index of the record between 0 and NumberOfRecords excluded.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current state does not allow the method to be called.
ArgumentOutOfRangeExceptionThe index is out of range.
Remarks

Can only be called when CurrentState is Loaded, Recorded or Saved.

Can only be called when UseReconstruction is true.

See Also