KeepAlive Method

Summary

Keeps the 3D object alive for now, and prevents it from timing out by resetting its timestamp.

Syntax
C#
C++/CLI
public static void KeepAlive( 
   string id 
) 
public:  
   static void KeepAlive( 
      String^ id 
   ) 

Parameters

id

The id of the 3D object.

Remarks
  • The timeout period is 3 minutes.
  • In order to keep an object alive indefinitely, keep calling KeepAlive every 2 minutes.
  • KeepAlive is necessary while DoTimelyChecks (a function called to clear out all unused volumes), is in use.
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.