API Reference > OdDb Classes > OdDbScale Class > OdDbScale Methods > OdDbScale::isTemporaryScale Method
OdDbScale::isTemporaryScale Method
Syntax
C++
bool isTemporaryScale() const;

Determines whether the scale object is temporary stored in the database and returns True if the scale is temporary or False if the scale is fixed.

The temporary scale typically exists because attached XREF objects in the drawing have dependencies on scales that are not directly referenced by other objects in the drawing.

Example of Working with the Scale Object 

Working with Scales 

OdDbScale::setIsTemporaryScale() method

Copyright © 2002–2020. Open Design Alliance. All rights reserved.