API Reference > Classes > PRC Protocol Extensions Classes > OdExPrcHostAppProgressMeter Class
OdExPrcHostAppProgressMeter Class
OdExPrcHostAppProgressMeter
Syntax
C++
class OdExPrcHostAppProgressMeter : public OdDbHostAppProgressMeter;

ExPrcHostAppServices.h

This class implements platform specific progress metering within ODA PRC SDK.

This class receives progress notifications during various database operations such as loading and saving a .prc 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.

 

 
Name 
Description 
 
Creates a new ODA PRC SDK progress meter object. 
 
Name 
Description 
 
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-2020. Open Design Alliance. All rights reserved.