Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdExPrcHostAppProgressMeter Class
Syntax
C++
class OdExPrcHostAppProgressMeter : public OdDbHostAppProgressMeter;

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.

 

OdExPrcHostAppProgressMeter

File: ExPrcHostAppServices.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.