Category Drawings and detail, Object ProDtlnotedata

Function ProDtlnotedataLeaderAdd


Description
Adds a leader to the note.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotedataLeaderAdd(
ProDtlnotedata data
/* (In)
The note data.
*/
ProDtlattach leader
/* (In)
The note leader.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added the leader.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_OUT_OF_MEMORYNot enough memory.

Manual References:

  1. Drawings: Detail Note Data
  2. Drawings: Detail Note Data

Sample Code References:

  1. pt_userguide ( UgDtlnoteExamples.c )