Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbBaseDatabasePE::getVisualStyleId Method
Syntax
C++
virtual OdDbStub* getVisualStyleId(OdDbBaseDatabase* db, const OdString& name) const = 0;

Returns an object identifier of a visual style with a specified name from a specified database.

Parameters
Description
db
[in] A pointer to a database, from which the visual style data will be retrieved.
name
[in] A visual style name.

Returns the visual style object identifier if it was found or OdDbObjectId::kNull value in the other case.

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