Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ApplicationInstance::validateWhereRule Method (const char *)
Syntax
C++
Logical validateWhereRule(const char * ruleName) 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
ruleName
[in] A null-terminated string that contains the name of the constraint (Where-Rule) to be validated.
  • 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.