2025.3 Class
Changes 0
C

AnalysisDisplayColorSettings

Description:
Contains color settings for analysis display style element.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Analysis.AnalysisDisplayColorSettings
public class AnalysisDisplayColorSettings : IDisposable
Name Return Type Description Inherited From
C AnalysisDisplayColorSettings() None Constructs a default instance of color settings.
C AnalysisDisplayColorSettings(AnalysisDisplayColorSettings) None Constructs a new copy of the input AnalysisDisplayColorSettings object.
Name Return Type Description Inherited From
M AreIntermediateColorsValid(IList<AnalysisDisplayColorEntry>) Boolean
M Colors() Int32 Get number of colors, including min, max and intermediate.
M Dispose() None Releases all resources used by the AnalysisDisplayColorSettings
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 GetIntermediateColors() IList<AnalysisDisplayColorEntry> Get intermediate color entries (other than the minimum and maximum settings).
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsEqual(AnalysisDisplayColorSettings) Boolean Compares two color settings objects.
M SetIntermediateColors(IList<AnalysisDisplayColorEntry>) None
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ColorSettingsType AnalysisDisplayStyleColorSettingsType Stores type of color settings
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P MaxColor Color Color assigned to the maximum value.
P MinColor Color Color assigned to the minimum value.