SECLNRelative::RemoveConstraint

Remove relative constraint

Defined in: RELATIVE.CPP

Syntax

RemoveConstraint(SECLayoutNode* pNodeFrom,ConstraintType constraint)

RemoveConstraint(SECLNRelativeConstraint* pConstraint)

Return Value

TRUE on success, FALSE on failure

Parameters

pNodeFrom

initial node with relative constraint to remove

constraint

node constraint type to remove

pConstraint

pointer to constraint object to remove

Comments

Utilize this function to remove a specific constraint established earlier through SetConstraint.

See Also

SetConstraint