API Reference > Functions > SDAI > sdaiGetAttrDefinition Function
sdaiGetAttrDefinition Function
Syntax
C++
DAI_EXPORT SdaiAttr sdaiGetAttrDefinition(SdaiEntity entity, SdaiString attrName);

sdai.h

Parameters 
Description 
SdaiEntity entity 
[in] An entity that contains the attribute.  
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.