API Reference > OdRx Classes > OdRxEventReactor Class > OdRxEventReactor Methods > OdRxEventReactor::beginDxfOut Method
OdRxEventReactor::beginDxfOut Method
Syntax
C++
virtual void beginDxfOut(OdDbDatabase* pDb);
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database to be saved. 

Notification function called whenever a database is about to be saved to a DXF file. 

 

This function is called before the operation

  • abortDxfOut
  • dxfOutComplete

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