API Reference > Classes > OdExIfcHostAppProgressMeter Class > OdExIfcHostAppProgressMeter Methods > OdExIfcHostAppProgressMeter::meterProgress Method
OdExIfcHostAppProgressMeter::meterProgress Method
Syntax
C++
virtual void meterProgress();

Increments the progress meter object.

The completion percentage can be calculated by dividing the number of times this function is called by the value set by the setLimit() method. If an exception is thrown, the operation associated with the progress meter object should be halted.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.