Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdRxEventReactor::dwgFileOpened Method
Syntax
C++
virtual void dwgFileOpened(OdDbDatabase* pDb, const OdString& filename);

Notification function called whenever a .dwg file is being read. 

 

Parameters
Description
pDb
[in] Pointer to the database being created.
filename
[in] Name of the .dwg file.

This function is called during the operation.

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