IMcSpatialCalibSetLock Method
|
|
Locks/unlocks calibration.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxFunction SetLock (
LockOwnerName As String,
password As String,
bLockElseUnlock As Boolean
) As Boolean
Parameters
- LockOwnerName
- Type: SystemString
name of the lock owner. - password
- Type: SystemString
password to lock/unlock calibration. - bLockElseUnlock
- Type: SystemBoolean
TRUE to lock, FALSE to unlock calibration
Note that only password is used for unlocking the calibration.
Return Value
Type:
BooleanTrue if succeeds
RemarksLocked calibrations cannot be edited in UI.
See Also