Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::validateInverseAttrs Method
Syntax
C++
bool validateInverseAttrs(OdArray<OdDAI::InverseAttribute*>& aggr) const;

Checks whether the instance has inverse attributes with violated size constraints and retrieves the list of such attributes.

Parameters
Description
aggr
[out] An array of pointers to InverseAttribute instances which have violated size constraints for the application instance.

true if all inverse attribute constraints are satisfied or if the instance has no inverse attributes; otherwise, the method returns false.

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