SoLockManagerSetUnlockString Method |
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static void SetUnlockString(
string pUnlockString
)
Public Shared Sub SetUnlockString (
pUnlockString As String
)
public:
static void SetUnlockString(
String^ pUnlockString
)
static member SetUnlockString :
pUnlockString : string -> unit
Parameters
- pUnlockString
- Type: SystemString
RemarksSoLockManager makes a copy of the specified string, so it is not necessary to declare a static string.
To reclaim the memory allocated by SoLockManager (for example at program exit), simply call setUnlockString with NULL.
See Also