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

Writes the DXF format data of this object to the specified filer. 

 

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

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