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

Returns the current value of the attribute.

Retrieves the current value of an attribute specified by its name in case insencitive mode.

The method provides the late binding access to the attribute value by its name. Attributes of select and aggregate data types are also supported.

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