DestroyObject Method

Summary

Destroys the 3D object and deletes it from the process.

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

Parameters

id

The 3D object id

Remarks

The destroy object deletes the object and its id from the internal dictionary.

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.