Documentación de la API > Drawings and detail > Object ProDtlsyminstdata > Function ProDtlsyminstdataLeadersSet
Function ProDtlsyminstdataLeadersSet
Description
Set leaders for the specified symbol instance.
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataLeadersSet
(
/* (In)
The symbol instance data.
*/
ProDtlattach* leaders
/* (In)
ProArray of ProDtlattach structures. If this is NULL all leaders from data are removed. In this case attachment type must be changed to PROSYMDEFATTACHTYPE_FREE using ProDtlsyminstdataAttachmentSet()
*/
)
Returns
The function successfully set the leaders.
One or more arguments were invalid.
Not enough memory.
Sample Code References
User Guide References
¿Fue esto útil?