UseRangeForAllMeasurements Property


Governs how minimum and maximum values (the data range) are calculated.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2011

Syntax

C#
public bool UseRangeForAllMeasurements { get; set; }
Visual Basic
Public Property UseRangeForAllMeasurements As Boolean
	Get
	Set
Visual C++
public:
property bool UseRangeForAllMeasurements {
	bool get ();
	void set (bool value);
}

Remarks

If true the data range is calculated from all measurements. Otherwise the data range is calculated from the current measurement only.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →