Click or drag to resize
SoLockManagerSetUnlockString Method

Sets the unlock string.

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetUnlockString(
	string pUnlockString
)

Parameters

pUnlockString
Type: SystemString
Remarks

OIV.Inventor.Lock.SoLockManager makes a copy of the specified string, so it is not necessary to declare a static string. To reclaim the memory allocated by OIV.Inventor.Lock.SoLockManager (for example at program exit), simply call setUnlockString with NULL.

See Also