API Reference > OdDAI Namespace > Classes > ApplicationInstance Class > ApplicationInstance Methods > ApplicationInstance::putAttrCaseInsensitive Method
ApplicationInstance::putAttrCaseInsensitive Method
Syntax
C++
bool putAttrCaseInsensitive(const char * explicitAttrName, const OdRxValue & val);
Parameters 
Description 
const char * explicitAttrName 
[in] An ANSI string that contains the attribute name.  
const OdRxValue & val 
[in] A new attribute value to be set.  

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

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

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.