AnalysisDisplayColorEntry
Description:
Contains one entry of intermediate colors in color settings for analysis display style.
Contains one entry of intermediate colors in color settings for analysis display style.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayColorEntry
System.Object
Autodesk.Revit.DB.Analysis.AnalysisDisplayColorEntry
public class AnalysisDisplayColorEntry : IDisposable
| Name | Return Type | Description |
|---|---|---|
| AnalysisDisplayColorEntry() | None | Constructs a new AnalysisDisplayColorEntry with default settings. |
| AnalysisDisplayColorEntry(Color) | None | Constructs a color entry with no value assigned. |
| AnalysisDisplayColorEntry(Color, Double) | None | Constructs a color entry with a specific value assigned. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| HasValue() | bool | Check if color entry has associated value. |
| IsEqual(AnalysisDisplayColorEntry) | bool | Compare color entries. |
| Name | Return Type | Description |
|---|---|---|
| Color | Color | Color associated with color entry. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Value | double | Value associated with color entry. |