SoLockManagerGetUnlockString Method |
Note: This API is now obsolete.
Returns the unlock string.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("For security reason, this method always returns null.")]
public static string GetUnlockString()
<ObsoleteAttribute("For security reason, this method always returns null.")>
Public Shared Function GetUnlockString As String
public:
[ObsoleteAttribute(L"For security reason, this method always returns null.")]
static String^ GetUnlockString()
[<ObsoleteAttribute("For security reason, this method always returns null.")>]
static member GetUnlockString : unit -> string
Return Value
Type:
StringRemarks
For security reason, this method always returns null.
See Also