Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHatch::dwgOutFields Method
Syntax
C++
virtual void dwgOutFields(OdDbDwgFiler* pFiler) const;

Writes the .dwg file data of this object. 

 

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

Returns eOk if writing was successful or an appropriate OdResult error code in the other case.

This function is called by dwgIn() to allow the object to write its data. When overriding this function: 1) Call assertReadEnabled(). 2) Call the parent class's dwgOutFields(pFiler). 3) Call the OdDbDwgFiler(pFiler) methods to write each of the object's data items in the order they were written. 

 

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