API Reference > Functions > SDAI > sdaiValidateWhereRuleBN Function
sdaiValidateWhereRuleBN Function
Syntax
C++
DAI_EXPORT SdaiLogical sdaiValidateWhereRuleBN(SdaiAppInstance instance, SdaiString ruleName);

sdai.h

Parameters 
Description 
SdaiAppInstance instance 
[in] Identifier of the application instance to be validated.  
SdaiString ruleName 
[in] Name of where rule to check.  

sdaiTRUE if where rule is satisfied by application instance; the function returns sdaiFALSE if rule is not satisfied, or sdaiUNKNOWN if where rule can not be evaluated.

Determines whether the where rule with specified name is satisfied by the specified application instance.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.