Click or drag to resize

IMcSpatialCalibSetLock Method

Locks/unlocks calibration.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Function 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: Boolean
True if succeeds
Remarks
Locked calibrations cannot be edited in UI.
See Also