API Reference > Functions > SDAI > sdaiTestAttrBN Function
sdaiTestAttrBN Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiTestAttrBN(SdaiInstance instance, SdaiString attributeName);

sdai.h

Parameters 
Description 
SdaiInstance instance 
[in] An instance of the entity that contains the attribute to be checked.  
SdaiString attributeName 
[in] A string that contains the name of the attribute.  

sdaiTRUE if the attribute's value is set; otherwise the function returns sdaiFALSE.

Determines if the value of attribute is unset.

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