UnitAndValuePreferences.footAndInchDisplayFormat Property

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

Description

Gets and sets the foot and inch display format.

Syntax

"unitAndValuePreferences_var" is a variable referencing a UnitAndValuePreferences object.

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

# Set the value of the property.
unitAndValuePreferences_var.footAndInchDisplayFormat = propertyValue
"unitAndValuePreferences_var" is a variable referencing a UnitAndValuePreferences object.
#include <Core/Application/UnitAndValuePreferences.h>

// Get the value of the property.
FootAndInchDisplayFormats propertyValue = unitAndValuePreferences_var->footAndInchDisplayFormat();

// Set the value of the property, where value_var is a FootAndInchDisplayFormats.
bool returnValue = unitAndValuePreferences_var->footAndInchDisplayFormat(value_var);

Property Value

This is a read/write property whose value is a FootAndInchDisplayFormats.

Version

Introduced in version August 2014