Share

MeasureResults.value Property

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

Description

The measurement value. If the measurement is a distance this value will be in centimeters. If it's an angle then it will be in radians.

Syntax

"measureResults_var" is a variable referencing a MeasureResults object.

# Get the value of the property.
propertyValue = measureResults_var.value

Property Value

This is a read only property whose value is a double.

Samples

Name Description
Measure Sample Measure related functions

Version

Introduced in version December 2017

Was this information helpful?