SoLockManagerAppendUnlockString Method |
Appends to the existing unlock string the specified string.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void AppendUnlockString(
string unlockString
)
Public Shared Sub AppendUnlockString (
unlockString As String
)
public:
static void AppendUnlockString(
String^ unlockString
)
static member AppendUnlockString :
unlockString : string -> unit
Parameters
- unlockString
- Type: SystemString
Remarks In order for the unlock string to be valid, each feature described must be specified in a single line.
See Also