Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbMPolygon::dxfOutFields Method
Syntax
C++
virtual void dxfOutFields(OdDbDxfFiler* pFiler) const;

Writes the DXF data of this object. 

 

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

This function is called by dxfOut() to allow the object to write its data. When overriding this function:

  1. Call assertReadEnabled().
  2. Call the parent class's dxfOutFields(pFiler).
  3. Use pFiler to call the OdDbDxfFiler methods to write each of the object's data items.
Copyright © 2002-2022. Open Design Alliance All rights reserved.