Category
Drawings and detail
, Object
ProDtlnoteline
Function ProDtlnotelineTextAdd
Description
Add text to the note text line data.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotelineTextAdd
(
ProDtlnoteline
line
/* (In)
The note text line handle.
*/
ProDtlnotetext
text
/* (In)
The handle to the text.
*/
)
Returns
PRO_TK_NO_ERROR
Success;
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_OUT_OF_MEMORY
Not enough memory.
Manual References:
Drawings: Detail Note Line Data
Drawings: Detail Note Line Data
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_userguide ( UgDtlnoteExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )