Sets Descriptions for all measurements
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2012
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- measurementDescriptions
- Type: System.Collections.GenericIListString
Array of measurement descriptions. The lengths of the array must be equal to the number of measurements set during creation of SpatialFieldManager.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentException | measurementDescriptions lengths is not equal to the number of measurements set during creation of SpatialFieldManager |
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |