RVTDocs.com

AnalysisDisplayColorEntry

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