←Select platform

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.