Category
Drawings and detail
, Object
ProDtlnotedata
Function ProDtlnotedataLeaderAdd
Description
Adds a leader to the note.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataLeaderAdd
(
ProDtlnotedata
data
/* (In)
The note data.
*/
ProDtlattach
leader
/* (In)
The note leader.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully added the leader.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_OUT_OF_MEMORY
Not enough memory.
Manual References:
Drawings: Detail Note Data
Drawings: Detail Note Data
Sample Code References:
pt_userguide ( UgDtlnoteExamples.c )