2025.3 Class
Changes 0
C

AnalysisDisplayColorEntry

Description:
Contains one entry of intermediate colors in color settings for analysis display style.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.AnalysisDisplayColorEntry
public class AnalysisDisplayColorEntry : IDisposable
Name Return Type Description Inherited From
C AnalysisDisplayColorEntry() None Constructs a new AnalysisDisplayColorEntry with default settings.
C AnalysisDisplayColorEntry(Color) None Constructs a color entry with no value assigned.
C AnalysisDisplayColorEntry(Color, Double) None Constructs a color entry with a specific value assigned.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the AnalysisDisplayColorEntry
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M HasValue() Boolean Check if color entry has associated value.
M IsEqual(AnalysisDisplayColorEntry) Boolean Compare color entries.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Color Color Color associated with color entry.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Value double Value associated with color entry.