Governs how minimum and maximum values (the data range) are calculated.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool UseRangeForAllMeasurements { get; set; }Property Value
Boolean
Remarks
If true the data range is calculated from all measurements.
Otherwise the data range is calculated from the current measurement only.
See Also
Reference