UnitAndValuePreferences.areTrailingZerosHidden Property
Parent Object:
UnitAndValuePreferencesDefined in namespace "adsk::core" and the header file is <Core/Application/UnitAndValuePreferences.h>
Description
Gets and sets if trailing zeros are hidden when displaying numbers.
Syntax
"unitAndValuePreferences_var" is a variable referencing a UnitAndValuePreferences object.
# Get the value of the property. propertyValue = unitAndValuePreferences_var.areTrailingZerosHidden
# Set the value of the property. unitAndValuePreferences_var.areTrailingZerosHidden = propertyValue
|
"unitAndValuePreferences_var" is a variable referencing a UnitAndValuePreferences object.
#include <Core/Application/UnitAndValuePreferences.h>
// Get the value of the property. boolean propertyValue = unitAndValuePreferences_var->areTrailingZerosHidden();
// Set the value of the property, where value_var is a boolean. bool returnValue = unitAndValuePreferences_var->areTrailingZerosHidden(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version August 2014