Category Drawings and detail, Object ProDtlsymdefdata

Function ProDtlsymdefdataHeightGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProDtlsymdefdataScaledheightGet
Description
Get a symbol definition height.

Note: This function is superseded by ProDtlsymdefdataScaledheightGet(). This function does not consistently return a value capable of being related mathematically to the symbol definition height in inches.

Replacement in Object TOOLKIT: pfcDetailSymbolDefInstructions::Height
Synopsis
#include <ProDtlsymdef.h>
ProErrorProDtlsymdefdataHeightGet(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
double* height
/* (Out)
The symbol definition height.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the height.
PRO_TK_BAD_INPUTSBad one or more input arguments.