API 설명서 > Parameters and relations > Object ProRelset > Function ProRelsetRelationsGet
Function ProRelsetRelationsGet
Description
Returns the relation strings for the specified relation set.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRelSet.h>
ProRelsetRelationsGet
(
ProRelset* p_relset
/* (In)
The relation set.
*/
ProWstring** p_line_array
/* (Out)
The address to a user-allocated array of ProWstring. Use the functions ProArrayAlloc() and ProWstringproarrayFree() to allocate and free this array. Do not reuse the array.
*/
)
Returns
The function successfully returned the relations.
Other
An error occurred and the function failed.
See Also
Sample Code References
User Guide References
도움이 되셨나요?