Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextFontGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleFontGet
Description
Note: This function is deprecated Use ProTextStyleFontGet instead. Get the text font.
Replacement in Object TOOLKIT: pfcDetailText::FontName
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextFontGet(
ProDtlnotetext text
/* (In)
The handle to the text
*/
ProName font
/* (Out)
The text font
*/
)
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 )