Share

AcDbHostApplicationServices::newProgressMeter

C++

virtual ACDBCORE2D_PORT AcDbHostApplicationProgressMeter* newProgressMeter();

Description

You should override this method to instantiate and return the progress meter class that you have derived from AcDbHostApplicationProgressMeter. See AcDbHostApplicationProgressMeter for a description of the class. If you don't override this method, it will return a default AcDbHostApplicationProgressMeter, which has a no-op implementation.

Links

AcDbHostApplicationServices

Was this information helpful?