Click or drag to resize

IMcSpatial2DCalibsRemove Method

Remove a calibration from collection

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	Index As Object
)

Parameters

Index
Type: SystemObject
Remarks
Calibrations can only be removed from the collection when there are no open images that are using them. Trying to remove a calibration that is still in use will result in an E_INVALIDARG exception. Removing a calibration from the collection changes the collection index associated with all calibrations added after the removed calibration. Return error if designed calibration can not be found in collection or the calibration is being used.
See Also