| Revit 2020.1 API |
| AnalysisDisplayStyleColorSettingsType Enumeration |
| See Also |
Defines types for color settings of analysis display style.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2011
Since:
2011
Syntax
| C# |
|---|
public enum AnalysisDisplayStyleColorSettingsType |
| Visual Basic |
|---|
Public Enumeration AnalysisDisplayStyleColorSettingsType |
| Visual C++ |
|---|
public enum class AnalysisDisplayStyleColorSettingsType |
Members
| Member name | Description |
|---|---|
| GradientColor | Intermediate and min/max color settings are used to interpolate color for values between adjacent entries. |
| SolidColorRanges | Intermediate and min/max color settings define ranges in which the color is constant. |