API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::wrInt32 Method
OdDbDxfFiler::wrInt32 Method
Syntax
C++
virtual void wrInt32(int groupCode, OdInt32 value) = 0;
Parameters 
Description 
int groupCode 
[in] Group code.  
OdInt32 value 
[in] Value. 

Writes the specified Int32 value to this Filer object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.