API Reference > Classes > Geometry Classes > OdBmUnifiedBitmapSchemaHelper Class > OdBmUnifiedBitmapSchemaHelper Methods > OdBmUnifiedBitmapSchemaHelper::getRealWorldScale Method
OdBmUnifiedBitmapSchemaHelper::getRealWorldScale Method
Syntax
C++
OdResult getRealWorldScale(OdGePoint2d& value, OdInt32& unit) const;
Parameters 
Description 
OdGePoint2d& value 
[out] The scale value as a point. X-value represents scale for X-axis and Y-value - scale for Y-axis.  
OdInt32& unit 
[out] The unit of measurement.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Returns the real world scale. 

 

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.