| Description |
| Obtains the constraints applied to a given relation set. Constraints may be assigned when one or more parameters of the set is governed by an external parameter file. They act as read-only relations. |
| Replacement in Object TOOLKIT: | wfcWRelationOwner::GetRelationConstraints |
| Synopsis |
| #include <ProRelSet.h> |
| ProError | ProRelsetConstraintsGet | ( |
| ProRelset* relset | |
| /*
(In) |
| The relation set. |
| */ |
| wchar_t*** constraints | |
| /*
(Out) |
| ProArray of constraints assigned to the parameters in the given relation set. |
| */ |
| ) |
| Returns |
|
|