API Documentation > Dimensions > Object ProDimension > Function ProDimensionDisplayRoundedValueSet
Function ProDimensionDisplayRoundedValueSet
Description
Sets the attribute to toggle whether the dimension displays rounded values.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDimension.h>
ProDimensionDisplayRoundedValueSet
(
ProDimension* dimension
/* (In)
The dimension handle
*/
ProBoolean display_rounded
/* (In)
PRO_B_TRUE to set the attribute
*/
)
Returns
The function successfully changed the attribute
The input attribute is the same as an existing one
Modification of the attribute is not allowed
The input argument is invalid
Sample Code References
User Guide References
Was this helpful?