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

Returns the filer status. 

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

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

 

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