EcoResCategoryAttribute.pcGetSetConstraint Method
Gets or sets the constraint expression associated with this EcoResCategoryAttribute.
Syntax
edit PCConstraintExpression pcGetSetConstraint(boolean _set, PCConstraintExpression _expression)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that indicates whether the expression is set.
- _expression
Type: PCConstraintExpression Extended Data Type
The new constraint pattern when the _set parameter is true.
Return Value
Type: PCConstraintExpression Extended Data Type
The constraint expression.
Remarks
The PCProductConfigurationModelDetails form uses this edit method.