AnalysisDisplayColorEntry Members

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 (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHasValue
Check if color entry has associated value.
Public methodIsEqual
Compare color entries.
Public methodToString (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