API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > OdDbDatabase::usingCoreOnly Method
OdDbDatabase::usingCoreOnly Method
Syntax
C++
virtual bool usingCoreOnly() const;

Returns the true if OdDbDatabase instance is restricted to use only core objects. In such mode implementation of OdDbDatabase::initialize() for example will not create some objects like dimension style table and default dimension style or default multi-line style. Default implementation simply returns 'false'

Copyright © 2002–2020. Open Design Alliance. All rights reserved.