API Documentation > Classes > Class pfcConstraintAttributes
Class pfcConstraintAttributes
Description
This interface contains the attributes to be applied to the constraint.
See Also:
User Guide References:
Property Summary
boolean
Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
boolean
Ignore this constraint during regeneration.
Method Summary
Create (boolean Force, boolean Ignore)
Creates a new constraint attributes object.
Property Detail
boolean
Force
Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
boolean
Ignore
Ignore this constraint during regeneration.
Method Detail
Create
(boolean Force, boolean Ignore)
Creates a new constraint attributes object.
Parameters:
Force
true if the constraint should be forced (required for ASM_CONSTRAINT_PNT_ON_LINE).
Ignore
true if the constraint is stored with the component, but not enforced. false if the constraint is enforced.
Returns:
User Guide References:
Was this helpful?