Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbVisualStyle::setTraitFlag Method
Syntax
C++
void setTraitFlag(OdGiVisualStyleProperties::Property flagProp, OdUInt32 flagVal, bool bEnable = true);

Sets a property flag for the visual style (for properties that are bitfield enumerations). 

 

Parameters
Description
flagProp
[in] OdGiVisualStyleProperties::Property to set.
flagVal
[in] Flag value to set.
bEnable
[in] Boolean value that defines if the flag is enabled. Use true to enable the flag, false to disable.
Copyright © 2002-2022. Open Design Alliance All rights reserved.