API Reference > OdDb Classes > OdDbBlockTable Class > OdDbBlockTable Methods > OdDbBlockTable::dxfIn Method
OdDbBlockTable::dxfIn Method
Syntax
C++
virtual OdResult dxfIn(OdDbDxfFiler* pFiler);
Parameters 
Description 
OdDbDxfFiler* pFiler 
[in] Pointer to the filer from which the data are to be read. 

Reads the DXF format data of this object from the specified filer. 

 

Returns the filer status. This function calls this object's dxfInFields(pFiler), then loads any Xdata associated with this object.

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