CheckProgress Method

Summary

Checks the progress of the object creation process.

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

Parameters

id

The ID of the object.

Return Value

A string containing the progress value.

Remarks
  • To start creating a 3D object, refer to CreateObject.
  • You must cast this value to an integer.
  • If an error occurs, an error message is returned.
  • If volume creation is complete, the returned value is "100".
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.