Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDxfFiler::wrUInt16Opt Method
Syntax
C++
void wrUInt16Opt(int groupCode, OdUInt16 value, OdUInt16 defaultValue);

Writes the specified optional UInt16 value to this Filer object.

Parameters
Description
groupCode
[in] Group code.
value
[in] Value.
defaultValue
[in] Default value.

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

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.