API 설명서 > 3D drawings and annotations > Object ProDimension > Function ProDimensionDisplayedValueGet
Function ProDimensionDisplayedValueGet
Description
Retrieves the displayed rounded value of a specified dimension.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionDisplayedValueGet
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
double* value
/* (Out)
The rounded value of the dimension.
*/
)
Returns
The function successfully retrieved the value.
The displayed format is not decimal
The input arguments are invalid.
The data structure was not set.
See Also
User Guide References
도움이 되셨나요?