Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextUlineGet


Description
Get the text underline attribute.
Replacement in Object TOOLKIT: pfcDetailText::IsUnderlined
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextUlineGet(
ProDtlnotetext text
/* (In)
The handle to the text
*/
ProBoolean* underline
/* (Out)
The underline attribute.
*/
)
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 )