API Reference > OdDb Classes > OdDbMPolygon Class > OdDbMPolygon Methods > OdDbMPolygon::dwgOutFields Method
OdDbMPolygon::dwgOutFields Method
Syntax
C++
virtual void dwgOutFields(OdDbDwgFiler* pFiler) const;
Parameters 
Description 
OdDbDwgFiler* pFiler 
[in] Pointer to the filer to which data is written. 

Writes the .dwg file data of this object. 

 

This function is called by dwgOut() 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.
Copyright © 2002–2021. Open Design Alliance. All rights reserved.