CreateObject Method

Summary

Creates a new 3D object id.

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

Parameters

id

The new object id.

Remarks

Every object should have a unique id.

✅ IMPORTANT

Call this method first before creating the 3D volume.

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.