 | 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
Syntaxpublic int RemoveConfiguration(
Configuration configuration
)
public:
int RemoveConfiguration(
Configuration^ configuration
)
Parameters
- configuration
- Type: LynceeTec.InterfaceProcessingV2.ConfigurationsConfiguration
The configuration to add.
Return Value
Type:
Int320 if successful, or a negative code if an error occurs.
See Also