Function ProRelsetCreate
Description
Creates a new relation set.
Synopsis
#include <ProRelSet.h>
ProRelsetCreate
(
ProModelitem* p_item
/* (In)
The model item for which to create the relation set
*/
ProRelset* p_relset
/* (Out)
The relation set
*/
)
Returns
The function successfully created the new relation
Model is in read-only state. set.
The relation set already exists.
Other
There was an internal error, and the function did not create the relation set.
Sample Code References
User Guide References
Was this helpful?