API Reference > Functions > odInitializeDbCore Function
odInitializeDbCore Function
Syntax
C++
TOOLKIT_EXPORT void odInitializeDbCore(OdDbSystemServices* pSystemServices);

DbSystemServices.h

Parameters 
Description 
OdDbSystemServices* pSystemServices 
[in] Pointer to SystemServices object. 

Performs Drawings core system initialization.

This function registers core database classes supported by the Drawings. Instances of these classes may be created by client applications. 

It also allows the user to specify the OdDbSystemServices instance that to be used for file creation and access. 

 

TD_Db

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