API 설명서 > 3D drawings and annotations > Object ProDtlsyminstdata > Function ProDtlsyminstdataHeightGet
Function ProDtlsyminstdataHeightGet
DEPRECATED:
Since Wildfire 5.0
Description
Get a symbol instance height.
Note: This function is superseded byProDtlsyminstdataScaledheightGet(). This function does not consistentlyreturn a value capable of being related mathematically to the symbolheight in drawing or model coordinates.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataHeightGet
(
/* (In)
The symbol instance data.
*/
double* height
/* (Out)
The height in screen coordinates.
*/
)
Returns
The function successfully retrieved the height.
One or more arguments were invalid.
도움이 되셨나요?