hdbHasIterInstBitRules
hdbHasIterInstBitRules(
h_configId
)
=> t /nil
Description
Determines whether a configuration contains rules that apply to iterated instance bits.
Argument
Value Returned
|
The configuration contains rules that apply to iterated instance bits. |
|
|
The configuration does not contain rules that apply to iterated instance bits. |
Example
An application that does not support iterated instance bit rules can detect configurations that contain these rules and take appropriate action.
when( hdbHasIterInstBitRules(configId) warn("The specified config has iterated instance bit rules that are \n not supported by this application.\n")
)
Related Topics
Parent/Child Database Functions
Return to top