API 설명서 > Drawings and detail > Object ProDtlnotedata > Function ProDtlnotedataLeadersCollect
Function ProDtlnotedataLeadersCollect
Description
Collect leaders in the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnotedataLeadersCollect
(
/* (In)
The note data.
*/
ProDtlattach** leaders
/* (Out)
The ProArray of leaders. The function allocates memory for the array. User must release memory by ProArrayFree.
*/
)
Returns
The function successfully collected the leaders.
One or more arguments was invalid.
Not enough memory.
No leaders were found.
Sample Code References
User Guide References
도움이 되셨나요?