Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::validateWhereRule Method (const WhereRule *)
Syntax
C++
Logical validateWhereRule(const WhereRule * ruleDef) const;

Checks the constraint (Where-Rule) for the application instance. The constraint (Where-Rule) is defined within the application entity definition or within a parent application entity definition.

Parameters
Description
ruleDef
[in] A raw pointer to the constraint (Where-Rule) object.
  • 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.