AnalysisDisplayStyleColorSettingsType Enumeration |
Defines types for color settings of analysis display style.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AnalysisDisplayStyleColorSettingsType
Public Enumeration AnalysisDisplayStyleColorSettingsType
public enum class AnalysisDisplayStyleColorSettingsType
type AnalysisDisplayStyleColorSettingsType
MembersMember name | Value | Description |
---|
GradientColor | 0 |
Intermediate and min/max color settings are used to interpolate color for values between adjacent entries.
|
SolidColorRanges | 1 |
Intermediate and min/max color settings define ranges in which the color is constant.
|
See Also