Stores the currently displayed measurement
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int CurrentMeasurement { get; set; }Property Value
Int32
Exceptions
| Exception | Condition |
|---|
| ArgumentOutOfRangeException |
When setting this property: measurement is not in the range from 0 to (number of measurements - 1)
|
Remarks
Must be in the range from 0 to (numberOfMeasurements - 1)
See Also
Reference