Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::validateAggrSize Method
Syntax
C++
Logical validateAggrSize(OdArray<OdDAI::Attribute*>& aggr) const;

Checks whether the instance has aggregate attributes, which violate size constraints and retrieves the list of such attributes.

Parameters
Description
aggr
[out] An array of pointers to Attribute instances which are violating size constarints for the application instance.
  • true if the constraint is satisfied.
  • false if the constraint is violated.
  • unknown if the constraint is not defined or can not be evaluated for any reason (an EXPRESS error, incorrectly filled data, mandatory data is unset, etc.).
Copyright © 2002-2022. Open Design Alliance All rights reserved.