API Reference > OdDb Classes > OdDbProxyEntity Class > OdDbProxyEntity Methods > OdDbProxyEntity::dxfIn Method
OdDbProxyEntity::dxfIn Method
Syntax
C++
OdResult dxfIn(OdDbDxfFiler* pFiler);
Parameters 
Description 
OdDbDxfFiler* 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.