gpeGetConstraints
gpeGetConstraints(u_sandbox[?verbose{t|nil} ] ) =>lu_constraintIDs/ nil
Description
Returns a list of constraint IDs that are associated with the specified Modgen sandbox object.
Arguments
Value Returned
Example
In the following example, the value for sb is determined by calling gpeEditSandbox. This value is then passed as an argument for gpeGetConstraints:
sb = gpeEditSandbox()
ciCon = car(gpeGetConstraints(sb))
Return to top