Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextStringGet


Description
Get the string field from the text.
Replacement in Object TOOLKIT: pfcDetailText::Text
pfcDetailText::Text
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextStringGet(
ProDtlnotetext text
/* (In)
The handle to the text
*/
ProLine string
/* (Out)
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
  3. Drawings: Detail Note Line Data

Sample Code References:

  1. pt_examples ( TestDtlnote.c )
  2. pt_examples ( TestDtlnote.c )
  3. pt_examples ( TestDtlsyminst.c )
  4. pt_examples ( TestSymDefInfo.c )