API Reference > Functions > SDAI > sdaiGetAttrDefinitionBN Function
sdaiGetAttrDefinitionBN Function
Syntax
C++
DAI_EXPORT SdaiAttr sdaiGetAttrDefinitionBN(SdaiString schemaName, SdaiString entityName, SdaiString attrName);

sdai.h

Parameters 
Description 
SdaiString schemaName 
[in] A string that contains the name of the schema.  
SdaiString entityName 
[in] A string that contains the entity name.  
SdaiString attrName 
[in] A string that contains the attribute name.  

The required attribute with the specified name.

Retrieves the definition of a specified attribute.

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