Category
Drawings and detail
, Object
ProDtlnoteline
Function ProDtlnotelineAlloc
Description
Allocate memory for the note text line data. User must free memory by
ProDtlnotelineFree
()
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotelineAlloc
(
ProDtlnoteline
*
line
/* (Out)
The note text line handle.
*/
)
Returns
PRO_TK_NO_ERROR
Success;
PRO_TK_OUT_OF_MEMORY
The function can't allocate 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 )