VDeleteCalibration Method
Description
Deletes a vision calibration in the current project.
Syntax
Sub VDeleteCalibration (CalibName As String)
Parameters
- CalibName
A string expression indicating the vision calibration name for the current project.
See Also
VCreateCalibration Method, VDeleteObject Method, VDeleteSequence Method
VDeleteCalibration Example
VB Example:
m_spel.VDeleteCalibration("mycal")
C# Example:
m_spel.VDeleteCalibration("mycal");