Category
Drawings and detail
, Object
ProDtlnotedata
Function ProDtlnotedataLineAdd
Description
Adds a text line to note.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataLineAdd
(
ProDtlnotedata
notedata
/* (In)
The note data.
*/
ProDtlnoteline
line
/* (In)
The text line.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully added the text line.
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 )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )