 | 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
Syntaxpublic int ApplyFittingResult(
FittingResult fittingResult
)
public:
int ApplyFittingResult(
FittingResult^ fittingResult
)
Parameters
- fittingResult
- Type: LynceeTec.InterfaceProcessingV2.ConfigurationsFittingResult
The fitting result.
Return Value
Type:
Int320 if successful, or a negative code if an error occurs.
See Also