Category Drawings and detail, Object ProDtlnotetext

Function ProDtlnotetextSlantGet


DEPRECATED: Since Creo 4.0
SUPERSEDED BY: ProTextStyleSlantAngleGet
Description
Note: This function is deprecated Use ProTextStyleSlantAngleGet instead. Get the text slant_angle.
Replacement in Object TOOLKIT: pfcDetailText::TextSlantAngle
Synopsis
#include <ProDtlnote.h>
ProErrorProDtlnotetextSlantGet(
ProDtlnotetext text
/* (In)
The handle to the text
*/
double* slant_angle
/* (Out)
The lean of the character, in degrees clockwise
*/
)
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 )