API Reference > OdDAI Namespace > Classes > OdDAIObjectSDAI Class > OdDAIObjectSDAI Methods > OdDAIObjectSDAI::testAttrCaseInsensitive Method
OdDAIObjectSDAI::testAttrCaseInsensitive Method
Syntax
C++
bool testAttrCaseInsensitive(const char * attrName) const;
Parameters 
Description 
const char * attrName 
[in] An ANSI string that contains the attribute's name.  

true if the attribute's value is set; otherwise, the method returns false (it means that the attribute's value is not set).

Retrieves whether the attribute value is set or is unset. The specified attribute name is case-insensitive.

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