AnalysisDisplayLegendSettings.ColorRangeHeight Property

AnalysisDisplayLegendSettingsColorRangeHeight Property

Height 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.0.4.0 (26.0.4.0)
Syntax
public int ColorRangeHeight { get; set; }
Public Property ColorRangeHeight As Integer
	Get
	Set
public:
property int ColorRangeHeight {
	int get ();
	void set (int value);
}
member ColorRangeHeight : int with get, set

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentsInconsistentException When setting this property: colorRangeHeight is greater than 10000 or less than 0
See Also