←Select platform

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