Documentación de la API > Drawings and detail > Object ProDtlsyminstdata > Function ProDtlsyminstdataHeightSet
Function ProDtlsyminstdataHeightSet
DEPRECATED:
Since Wildfire 5.0
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:
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataHeightSet
(
/* (In)
The symbol instance data.
*/
double height
/* (In)
The height in screen coordinates.
*/
)
Returns
The function successfully set the height.
One or more arguments were invalid.
¿Fue esto útil?