Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbText::adjustAlignment Method
Syntax
C++
virtual void adjustAlignment(OdDbDatabase* pDb = 0);

Adjusts the position of this Text entity if its alignent is not left baseline. 

 

Parameters
Description
pDb
[in] Pointer to database used to resolve the text style of this Text entity.

Returns eOk if successful, or an appropriate error code if not.

This function is called by the Drawings when a Text entity is closed. 

If this Text entity is database resident, pDb is ignored. 

If this Text entity is not database resident, pDb cannot be NULL.

Copyright © 2002-2022. Open Design Alliance All rights reserved.