Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataHeighttypeGet


Description
Get a symbol definition height type.
Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::SymbolHeight
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataHeighttypeGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
ProDtlsymdefdataHeighttype* type
/* (Out)
The symbol definition height type.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the type.
PRO_TK_BAD_INPUTSBad one or more arguments.
PRO_TK_GENERAL_ERRORCan't retrieved the type.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDtlsyminst.c )
  2. pt_examples ( TestSymDefInfo.c )