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

sdai.h

Parameters 
Description 
SdaiAppInstance instance 
[in] Identifier of the application instance to be validated.  
SdaiNPL list 
[out] The identifier of a pre-existing NPL to which the SdaiAttr identifiers of those attributes are appended that do not conform to the validation. 
  • sdaiTRUE if attributes with unsatisfied size constraints are not found.
  • sdaiFALSE if such attributes are found.
  • sdaiUNKNOWN if an error is encountered.

Validates whether the aggregate size constraints defined in the data dictionary for the specified application instance are satisfied. Retrieves the non-persistent list of attributes with unsatisfied size constraints, if found.

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