Documentação da API > 3D drawings and annotations > Object ProGtol > Function ProGtolAttachLeadersGet
Function ProGtolAttachLeadersGet
Description
Get leader attachment info.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGtolAttach.h>
ProGtolAttachLeadersGet
(
ProGtolAttach gtol_attach
/* (In)
attach structure.
*/
/* (Out)
annotation plane. Can be NULL for drawing gtols
*/
/* (Out)
type of leader
*/
ProGtolleader** leaders
/* (Out)
ProArray of ProGtolleader . Free it using ProArrayFree()
*/
Pro3dPnt location
/* (Out)
location of gtol text (in model co-ordinates)
*/
)
Returns
The function completed successfully.
Leaders are suppressed.
The input argument is invalid.
See Also
Sample Code References
User Guide References
Isto foi útil?