Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataHeightSet


DEPRECATED: Since Wildfire 5.0
SUPERSEDED BY: ProDtlsyminstdataScaledheightSet
Description
Set a symbol instance height.

Note: This function is superseded byProDtlsyminstdataScaledheightSet(). This function does not consistentlyuse the input value in a way that it can be related mathematically tothe symbol height in drawing or model coordinates.

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