Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::putAttrCaseInsensitive Method
Syntax
C++
bool putAttrCaseInsensitive(const char * explicitAttrName, const OdRxValue & val);

Sets a new value of an attribute that is specified by its name in the case insensitive mode.

Parameters
Description
explicitAttrName
[in] An ANSI string that contains the attribute name.
val
[in] A new attribute value to be set.

true if the attribute value was successfully set; otherwise, the method returns false.

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