| Revit 2022.1 API |
| AnalysisDisplayLegendSettings..::..NumberForScale Property |
| AnalysisDisplayLegendSettings Class See Also |
A fixed value to display on the legend scale (0 by default; 0 means width of legend scale is calculated dynamically).
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public double NumberForScale { get; set; } |
| Visual Basic |
|---|
Public Property NumberForScale As Double Get Set |
| Visual C++ |
|---|
public: property double NumberForScale { double get (); void set (double value); } |