Returns true if the specified parameter is hidden due to sub parameter rules. A parameter that is hidden due to sub parameter rules is treated as disabled and not part of the configuration.
bool IsHidden(Parameter parameter)
parameter |
A parameter. |
Example
IsHidden(Model)
Returns true if a parameter with the name "Model" is hidden due to sub parameter rules.
Remarks
Parameters that are located on hidden tabs are not necessarily hidden from the perspective of the configurator. Parameters on hidden tabs can still get values set via rules and the IsHidden() method will return false for them unless they are hidden due to sub parameter rules.