API Reference > Functions > SDAI > sdaiValidateInverseAttrs Function
sdaiValidateInverseAttrs Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiValidateInverseAttrs(SdaiAppInstance instance, SdaiNPL list);

sdai.h

Parameters 
Description 
SdaiAppInstance instance 
[in] An identifier of the application instance to be validated.  
SdaiNPL list 
[out] An identifier of a pre-existing NPL that stores the list of identifiers of invalid inverse attributes.  

sdaiTRUE if inverse attributes with violated size constraints are not found; otherwise, the function returns sdaiFALSE.

Validates whether all inverse attribute constraints defined in the specified application instance are satisfied. Retrieves the non-persistent list (NPL) of attributes that do not conform to validation, if found.

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