Share

UnitAndValuePreferences.useScientficNotationBelow Property

Parent Object: UnitAndValuePreferences
Defined in namespace "adsk::core" and the header file is <Core/Application/UnitAndValuePreferences.h>

Description

Gets and sets the number of non zero decimal places that will be displayed before switching to scientific notation.

Syntax

"unitAndValuePreferences_var" is a variable referencing a UnitAndValuePreferences object.

# Get the value of the property.
propertyValue = unitAndValuePreferences_var.useScientficNotationBelow

# Set the value of the property.
unitAndValuePreferences_var.useScientficNotationBelow = propertyValue

Property Value

This is a read/write property whose value is an integer.

Version

Introduced in version August 2014

Was this information helpful?