Share

AnalysisDisplayColorEntry Class

Contains one entry of intermediate colors in color settings for analysis display style.

Inheritance Hierarchy

System.Object
  Autodesk.Revit.DB.Analysis.AnalysisDisplayColorEntry


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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.

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.

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)

See Also

Reference

Was this information helpful?