<Code Lib>
2021 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
C AnalysisDisplayColorEntry() AnalysisDisplayColorEntry Constructs a new AnalysisDisplayColorEntry with default settings.
C AnalysisDisplayColorEntry(Color) AnalysisDisplayColorEntry Constructs a color entry with no value assigned.
C AnalysisDisplayColorEntry(Color, Double) AnalysisDisplayColorEntry Constructs a color entry with a specific value assigned.

Name Return Type Description
M Dispose() None Releases all resources used by the
M HasValue() bool Check if color entry has associated value.
M IsEqual(AnalysisDisplayColorEntry) bool Compare color entries.

Name Return Type Description
P Color Color Color associated with color entry.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Value double Value associated with color entry.

Loading…