API Reference > Classes > OdDAIHostAppProgressMeter Class
OdDAIHostAppProgressMeter Class
OdDAIHostAppProgressMeter
Syntax
C++
class OdDAIHostAppProgressMeter : public OdDbHostAppProgressMeter;

ExDAIHostAppServices.h

This class implements platform specific progress metering within ODA SDAI.

This class receives progress notifications during various database operations such as loading and saving a .ifc file. 

Working with an instance of the class should include the following steps:

  1. Call the setLimit() method for setting the maximum progress value.
  2. Call the start() method to begin progress metering.
  3. Call the meterProgress() method each time you need to change the current progress value.
  4. Call the stop() method to stop progress metering.

 

Creates a new ODA IFC progress meter object. 
Controls display of the progress meter object.  
Increments the progress meter object. 
Specifies the maximum number of times the progress meter object can be incremented.
 
Sets the prefix for the progress meter object.
 
Initializes the progress meter object.  
stop 
Stops the progress metering. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.