Function ProRelsetRelationsSet
Description
Sets new values for existing relations of the relation set.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRelSet.h>
ProRelsetRelationsSet
(
ProRelset* p_relset
/* (In)
The relation set
*/
ProWstring* line_array
/* (In)
The relations assigned to this relation set
*/
int n_lines
/* (In)
The number of lines in the relations
*/
)
Returns
The function successfully set the new values.
Model is in read-only state.
Other
There was an error and the function failed.
Sample Code References
User Guide References
これは役に立ちましたか?