Share

AnalysisDisplayLegendSettings.ColorRangeWidth Property

Width of color range (for Colored Surface, Markers and Text, and Vector display). Measured in paperspace units.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public int ColorRangeWidth { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentsInconsistentException When setting this property: colorRangeWidth is greater than 10000 or less than 0

See Also

Reference

Was this information helpful?