API Reference > OdDb Classes > OdDbObject Class > OdDbObject Methods > OdDbObject::dwgOut Method
OdDbObject::dwgOut Method
Syntax
C++
void dwgOut(OdDbDwgFiler* pFiler) const;
Parameters 
Description 
OdDbDwgFiler* pFiler 
[in] Pointer to the filer to which the data are to be written. 

Writes the .dwg file format data of this object to the specified filer. 

 

This function calls this object's dwgOutFields() function, writes loads any Xdata associated with this object.

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