Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataTextangfixedGet


Description
Get a symbol definition text angle flag.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::IsTextAngleFixed
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataTextangfixedGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProBoolean* text_angle_fixed
/* (Out)
The text angle flag.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the flag.
PRO_TK_BAD_INPUTSBad one or more input arguments.

Manual References:

  1. Drawings: Symbol Definition Data
  2. Drawings: Symbol Definition Data

Sample Code References:

  1. pt_examples ( TestSymDefInfo.c )