API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::wrStringOpt Method
OdDbDxfFiler::wrStringOpt Method
Syntax
C++
void wrStringOpt(int groupCode, const OdString& value);
Parameters 
Description 
int groupCode 
[in] Group code.  
const OdString& value 
[in] Value. 

Writes the specified optional string value to this Filer object.

value is written if and only if (value != NULL) || (includesDefaultValues() == true) 

 

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