API Reference > Functions > odInitialize Function
odInitialize Function
Syntax
C++
DBLIB_EXPORT void odInitialize(OdDbSystemServices* pSystemServices);

DbSystemServices.h

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

Performs Drawings system initialization.

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

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

This function should be called once per process prior to any other Drawings calls. 

 

TD_Db

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