Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbBaseDatabasePE::getTextStyleById Method
Syntax
C++
virtual bool getTextStyleById(OdDbBaseDatabase* db, OdDbStub* idStyle, OdGiTextStyle& shapeInfo) = 0;

Searches for a text style object by its identifier in the specified database.

Parameters
Description
db
[in] A pointer to a database.
pLTypeId
[in] A text style identifier to be searched for.
LType
[out] A reference to an OdGiTextStyle object to store found text style information.

Returns true if the text style object was found with the specified identifier, otherwise returns false.

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