API Reference > OdDb Classes > OdDbScale Class > OdDbScale Methods > OdDbScale::setIsTemporaryScale Method
OdDbScale::setIsTemporaryScale Method
Syntax
C++
void setIsTemporaryScale(bool bStatus);
Parameters 
Description 
bool bStatus 
[in] True if the scale is temporary or False if the scale is fixed. 

Sets the scale temporary status as a Boolean value. The initial value is False by default.

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::isTemporaryScale() method

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