Description | |||||||||||
Get 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 (seeProDtlsyminstdataDefSet(). Changing the symbol definition maychange the calculated value for the scaled height. |
|||||||||||
Replacement in Object TOOLKIT: | pfcDetailSymbolDefInstructions::ScaledHeight | ||||||||||
pfcDetailSymbolInstInstructions::ScaledHeight | |||||||||||
Synopsis | |||||||||||
#include <ProDtlsyminst.h> | |||||||||||
ProError | ProDtlsyminstdataScaledheightGet | ( | |||||||||
ProDtlsyminstdata data | |||||||||||
/* (In) | |||||||||||
The symbol instance data. | |||||||||||
*/ | |||||||||||
double* height | |||||||||||
/* (Out) | |||||||||||
The height in drawing or model coordinates. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|