API Reference > OdDb Classes > OdDbDictionaryVar Class > OdDbDictionaryVar Methods > OdDbDictionaryVar::dxfIn Method
OdDbDictionaryVar::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. 

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.