AcRxObject AcDbAnnotationScaleReactor
class AcDbAnnotationScaleReactor : public AcRxObject;
dbAnnotationScale.h
This class handles notifications sent when an annotation scale changes. Applications can derive from this class and implement their own version of the function annotationScaleChanged(), which will then get called during notification.
There are four cases where a notification is sent:
Applications can register and unregister their AcDbAnnotationScaleReactor notifications by calling the functions:
ACDB_PORT bool acdbAddAnnotationScaleReactor(AcDbAnnotationScaleReactor *pReactor);
ACDB_PORT bool acdbRemoveAnnotationScaleReactor(AcDbAnnotationScaleReactor *pReactor);
AcDbAnnotationScaleReactor Methods
AcDbAnnotationScale