Documentación de la API > 3D drawings and annotations > Object ProDimension > Function ProDimensionIsDisplayRoundedValue
Function ProDimensionIsDisplayRoundedValue
Description
Determines if the dimension has been set to display rounded values.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionIsDisplayRoundedValue
(
ProDimension* dimension
/* (In)
The dimension handle.
*/
ProBoolean* p_is_display_rounded
/* (Out)
Placeholder for PRO_B_TRUE/PRO_B_FALSE
*/
)
Returns
The function successfully retrieved information
Data structures cannot be retrieved
PRO_ TK_NOT_VALID
Option is non-applicable for the dimension
Option is set, but the display is not decimal
Sample Code References
User Guide References
¿Fue esto útil?