API Documentation
>
Drawings and detail
>
Object ProDtlnoteline
> Function ProDtlnotelineTextAdd
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.
Sample Code References
pt_examples ( TestDtlnote.c )
pt_userguide ( UgDtlnoteExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )
User Guide References
Detail Note Line Data:ProDtlnotelineTextAdd
Was this helpful?
This site works best with JavaScript enabled