Documentación de la API > Drawings and detail > Object ProDtlsymdefdata > Function ProDtlsymdefdataScaledheightGet
Function ProDtlsymdefdataScaledheightGet
Description
Get the symbol definition height in inches. (Inches arealways used for the units in the symbol definition).
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefdataScaledheightGet
(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
double* height
/* (Out)
The height in inches.
*/
)
Returns
The function successfully retrieved the height.
One or more arguments were invalid.
Sample Code References
User Guide References
¿Fue esto útil?