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 | Inherited From |
|---|---|---|---|
| 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 | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the AnalysisDisplayColorEntry | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| HasValue() | Boolean | Check if color entry has associated value. | |
| IsEqual(AnalysisDisplayColorEntry) | Boolean | Compare color entries. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Color | Color | Color associated with color entry. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Value | double | Value associated with color entry. |