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
SyntaxSub Remove (
Index As Object
)
Parameters
- Index
- Type: SystemObject
RemarksCalibrations 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