Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataHeighttypeSet


Description
Set a symbol definition height type.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::SymbolHeight
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataHeighttypeSet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProDtlsymdefdataHeighttype type
/* (In)
The symbol definition height type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the type.
PRO_TK_BAD_INPUTSBad one or more input arguments.
PRO_TK_INVALID_TYPEInvalid symbol definition height type.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestSymDefMenu.c )
  2. pt_userguide ( UgDtlsymdefExamples.c )