Click or drag to resize

ReconstructionRemoveConfiguration Method

Removes a configuration from the list of available configuration for reconstruction.

Namespace:  LynceeTec.InterfaceProcessingV2
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public int RemoveConfiguration(
	Configuration configuration
)

Parameters

configuration
Type: LynceeTec.InterfaceProcessingV2.ConfigurationsConfiguration
The configuration to add.

Return Value

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