Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataHeightGet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProDtlsyminstdataScaledheightGet
Description
Get a symbol instance height.

Note: This function is superseded byProDtlsyminstdataScaledheightGet(). This function does not consistentlyreturn a value capable of being related mathematically to the symbolheight in drawing or model coordinates.

Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::Height
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataHeightGet(
ProDtlsyminstdata data
/* (In)
The symbol instance data.
*/
double* height
/* (Out)
The height in screen coordinates.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the height.
PRO_TK_BAD_INPUTSOne or more arguments were invalid.