Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmSymbol::setSymbolDefaults Method
Syntax
C++
virtual Acm::ErrorStatus setSymbolDefaults(OdDbDatabase* pDb);

Sets up a symbol. 

 

Parameters
Description
pDb
[in] Pointer to the database.

Acm::eOk if the symbol is set up successfully, Acm::eNotSupported if the symbol standard is not valid, or an appropriate error code otherwise.

If parameter pDb is NULL, the host database is used by default. Inherited classes should override this member function for proper initialization.

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