UnLockTimeOut Method

Summary

Unlocks the time out for the object that is locked by the method LockTimeOut.

Syntax
C#
VB
C++
public static void UnLockTimeOut( 
   string id 
) 
Public Shared Sub UnLockTimeOut( 
   ByVal id As String 
) 
public:  
   static void UnLockTimeOut( 
      String^ id 
   ) 

Parameters

id

The id of the 3D object.

Remarks
  • To lock the time out, refer to LockTimeOut.
  • To keep objects alive indefinitely, call UnlockTimeOut every 2 minutes.
  • The time out period is 3 minutes.
  • This function is necessary when the user is doing DoTimelyChecks which is a function that is called to clear out all unused volumes.

✅ IMPORTANT

To keep objects alive indefinitely, call UnlockTimeOut every 2 minutes before the 3 minutes time out.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.