AnalysisDisplayColorEntry Class

Contains one entry of intermediate colors in color settings for analysis display style.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.AnalysisAnalysisDisplayColorEntry

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class AnalysisDisplayColorEntry : IDisposable

The AnalysisDisplayColorEntry type exposes the following members.

Constructors
 NameDescription
Public methodAnalysisDisplayColorEntry Constructs a new AnalysisDisplayColorEntry with default settings.
Public methodAnalysisDisplayColorEntry(Color) Constructs a color entry with no value assigned.
Public methodAnalysisDisplayColorEntry(Color, Double) Constructs a color entry with a specific value assigned.
Top
Properties
 NameDescription
Public propertyColor Color associated with color entry.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyValue Value associated with color entry.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the AnalysisDisplayColorEntry
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodHasValue Check if color entry has associated value.
Public methodIsEqual Compare color entries.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also