Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataScaledheightGet


Description
Get the symbol definition height in inches. (Inches arealways used for the units in the symbol definition).
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataScaledheightGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
double* height
/* (Out)
The height in inches.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the height.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestSymDefInfo.c )