Share

AnalysisDisplayColorSettings.SetIntermediateColors Method

Set intermediate color entries (other than the minimum and maximum settings).


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

Syntax

C#

public void SetIntermediateColors(
	IList<AnalysisDisplayColorEntry> map
)

Parameters

map  IList<AnalysisDisplayColorEntry>
Array of intermediate color entries.

Exceptions

ExceptionCondition
ArgumentException intermediate color entries with specific values are not ordered by value (min to max) or too many intermediate colors (>100).
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?