Question
Toolkit: ProDtlattachArrowtypeSet how to use to change the style of the arrow?
Hello!
Anybody had success to use ProDtlattachArrowtypeSet or ProDtlattachArrowtypeGet?
My code:
ProDtlattach leader;
ProSelection sel = *(ProSelection *)Weld_data_global.edges_sel[l];
err = ProSelectionVerify(Weld_data_global.edges_sel[l]);
err = ProDtlattachAlloc(PRO_DTLATTACHTYPE_PARAMETRIC, NULL, NULL, Weld_data_global.edges_sel[l], &leader);
/* Licensing Requirement Pro/TOOLKIT-for-3D_Drawings (222)*/
PRO_TK_BAD_INPUTSerr = ProDtlattachArrowtypeGet(leader, &leadertype);err = ProArrayObjectAdd ((ProArray*)&leaders, -1, 1, &leader);

