Description | |||||||||||
Set the symbol instance height in the units of the drawing ormodel, consistent with the values shown in the Properties dialogfor the symbol instance.
Note: The scaled height is partially determined based onthe properties of the symbol definition (see ProDtlsyminstdataDefSet().Changing the symbol definition may change the calculated value for thescaled height. |
|||||||||||
Replacement in Object TOOLKIT: | pfcDetailSymbolInstInstructions::ScaledHeight | ||||||||||
Synopsis | |||||||||||
#include <ProDtlsyminst.h> | |||||||||||
ProError | ProDtlsyminstdataScaledheightSet | ( | |||||||||
ProDtlsyminstdata data | |||||||||||
/* (In) | |||||||||||
The symbol instance data. | |||||||||||
*/ | |||||||||||
double height | |||||||||||
/* (In) | |||||||||||
The height in the drawing or model coordinates. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|