nclRunConstraintValidation
nclRunConstraintValidation(d_cellviewID) =>t
Description
Validates the constraints supported by constraint-aware editing mode in the specified cellview.
Arguments
|
Database ID of the cellview for which constraints are to be validated. |
Value Returned
Example
cv = dbFindOpenCellView()
nclRunConstraintValidation(cv)
Validates the constraints in the cellview returned by the dbFindOpenCellView function.
Return to top