Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextStringSet


Description
Setup the string field in the text.
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextStringSet(
ProDtlnotetext text
/* (In)
The handle to the text
*/
ProLine string
/* (In)
The content of the text part. It can contain control characters to introduce special symbols, as described in the Drawing User's Guide.
*/
)
Returns
PRO_TK_NO_ERRORsuccess;
PRO_TK_BAD_INPUTSthe argument is invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_userguide ( UgDtlnoteExamples.c )
  4. pt_userguide ( UgDtlsymdefExamples.c )
  5. pt_userguide ( UgNoteCreate.c )