UnLockTimeOut Method

Summary

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

Syntax
C#
C++/CLI
public static void UnLockTimeOut( 
   string id 
) 
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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

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