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.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the AnalysisDisplayColorEntry
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasValue
Check if color entry has associated value.
Public methodIsEqual
Compare color entries.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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.

See Also