API 설명서 > Drawings and detail > Object ProDtlsymdefdata > Function ProDtlsymdefdataHeightGet
Function ProDtlsymdefdataHeightGet
DEPRECATED:
Since Wildfire 5.0
Description
Get a symbol definition height.
Note: This function is superseded by ProDtlsymdefdataScaledheightGet(). This function does not consistently return a value capable of being related mathematically to the symbol definition height in inches.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsymdef.h>
ProDtlsymdefdataHeightGet
(
ProDtlsymdefdata symdefdata
/* (In)
The symbol definition data.
*/
double* height
/* (Out)
The symbol definition height.
*/
)
Returns
The function successfully retrieved the height.
Bad one or more input arguments.
도움이 되셨나요?