Click or drag to resize

ConfigurationApplyFittingResult Method

Applies the fitting previously computed by the reconstruction object.

Namespace:  LynceeTec.InterfaceProcessingV2.Configurations
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public int ApplyFittingResult(
	FittingResult fittingResult
)

Parameters

fittingResult
Type: LynceeTec.InterfaceProcessingV2.ConfigurationsFittingResult
The fitting result.

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
See Also