API Reference > OdDb Classes > OdDbDxfFiler Class > OdDbDxfFiler Methods > OdDbDxfFiler::wrObjectIdOpt Method
OdDbDxfFiler::wrObjectIdOpt Method
Syntax
C++
void wrObjectIdOpt(int groupCode, OdDbObjectId value);
Parameters 
Description 
int groupCode 
[in] Group code.  
OdDbObjectId value 
[in] Value.  
defaultValue 
[in] Default value. 

Writes the specified optional Object ID 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.