Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextThicknessGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleThicknessGet
Description
Note: This function is deprecated Use ProTextStyleThicknessGet instead. Get the text thickness.
Replacement in Object TOOLKIT: pfcDetailText::TextThickness
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextThicknessGet(
ProDtlnotetext text
/* (In)
The handle to the text
*/
double* thickness
/* (Out)
The line thickness in screen coordinates. If the value is set to -1.0, this parameter is controlled by the drawing setup file.
*/
)
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 )