Close

Relief for ODA Team in Ukraine

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

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.

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

File: sdai.h

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