Share

AcDbDisableAnnoAutoScale Class

Class Hierarchy

AcDbDisableAnnoAutoScale

C++

class AcDbDisableAnnoAutoScale;

File

dbxutil.h

Description

AcDbAnnotationScale is a helper class. By instantiating a local variable to use this class, the constructor of the class saves off the current value of the sysvar, ANNOAUTOSCALE, and sets ANNOAUTOSCALE to zero. Then, when the local variable goes out of scope, the destructor of this class returns ANNOAUTOSCALE to its original value.

See Also

AcDbAnnotationScale

Was this information helpful?