EcoResCategoryAttribute.pcGetSetHiddenModifier Method
Creates or deletes a modifier of the Hidden type depending on the specified value.
Syntax
edit PCHasHiddenModifier pcGetSetHiddenModifier(boolean _set, PCHasHiddenModifier _value)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether to create or delete the modifier.
- _value
Type: PCHasHiddenModifier Extended Data Type
The current value when the set parameter is true.
Return Value
Type: PCHasHiddenModifier Extended Data Type
The value of the NoYes::Yes enumeration value if the category has a modifier of the Hidden type; otherwise, a NoYes::No enumeration value.
Remarks
This edit method is used in the PCProductConfigurationModelDetails form.