CheckProgress Method

Summary

Checks the progress of the object creation process.

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