Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiValidateAggrSizes Function
Syntax
C++
DAI_EXPORT SdaiLogical sdaiValidateAggrSizes(SdaiAppInstance instance, SdaiNPL list);

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.

Parameters
Description
instance
[in] Identifier of the application instance to be validated.
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.

File: sdai.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.