AnalysisDisplayLegendSettings.NumberOfSteps Property
Number of steps (values between minimum and maximum) to be shown in legend.
Namespace:
Autodesk.Revit.DB.Analysis
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int NumberOfSteps { get; set; }
Property Value
Int32
Exceptions
Exception
Condition
ArgumentsInconsistentException
When setting this property: numberOfSteps is greater than 1000 or less than 0
See Also
Reference
AnalysisDisplayLegendSettings Class
Autodesk.Revit.DB.Analysis Namespace