KeepAlive Method

Summary

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

Syntax
C#
VB
C++
public static void KeepAlive( 
   string id 
) 
Public Shared Sub KeepAlive( 
   ByVal id As String 
) 
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 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.