Function ProRelsetConstraintsGet
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:
Synopsis
#include <ProRelSet.h>
ProRelsetConstraintsGet
(
ProRelset* relset
/* (In)
The relation set.
*/
wchar_t*** constraints
/* (Out)
ProArray of constraints assigned to the parameters in the given relation set.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
Sample Code References
User Guide References
これは役に立ちましたか?