Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdVLObject::dxfInFields Method
Syntax
C++
virtual OdResult dxfInFields(OdDbDxfFiler* pFiler);

Reads the DXF data of this object. 

 

Parameters
Description
pFiler
[in] Pointer to the filer from which data are read.

Returns the filer status. 

This function is called by dxfIn() to allow the object to read its data. 

When overriding this function: 

1) Call assertWriteEnabled(). 2) Call the parent class's dwgInFields(pFiler). 3) If it returns eOK, continue; otherwise return whatever the parent's dxfInFields(pFiler) returned. 4) Call the OdDbDxfFiler(pFiler) methods to read each of the object's data items in the order they were written. 5) Return pFiler->filerStatus().

Copyright © 2002-2022. Open Design Alliance All rights reserved.