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 set.
Model is in read-only state.
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
도움이 되셨나요?