Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextWidthSet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleWidthSet
Description
Note: This function is deprecated Use ProTextStyleWidthSet instead. Setup the text width_factor.
Replacement in Object TOOLKIT: pfcDetailText::TextWidthFactor
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextWidthSet(
ProDtlnotetext text
/* (In)
The handle to the text
*/
double width_factor
/* (In)
The ratio between the width and height of each character in the string. More correctly, this is the area each character occupies, including the space between them and the next character.
*/
)
Returns
PRO_TK_NO_ERRORsuccess;
PRO_TK_BAD_INPUTSthe argument is invalid.

Manual References:

  1. Technical Summary of Changes for Creo 4.0 F000: Detail Note Data

Sample Code References:

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