AnalysisDisplayColorSettings Members

The AnalysisDisplayColorSettings type exposes the following members.

Constructors

  NameDescription
Public methodAnalysisDisplayColorSettings()()()()
Constructs a default instance of color settings.
Public methodAnalysisDisplayColorSettings(AnalysisDisplayColorSettings)
Constructs a new copy of the input AnalysisDisplayColorSettings object.

Methods

  NameDescription
Public methodAreIntermediateColorsValid
Verify intermediate color entries
Public methodColors
Get number of colors, including min, max and intermediate.
Public methodDispose
Releases all resources used by the AnalysisDisplayColorSettings
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetIntermediateColors
Get intermediate color entries (other than the minimum and maximum settings).
Public methodGetType (Inherited from Object.)
Public methodIsEqual
Compares two color settings objects.
Public methodSetIntermediateColors
Set intermediate color entries (other than the minimum and maximum settings).
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyColorSettingsType
Stores type of color settings
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyMaxColor
Color assigned to the maximum value.
Public propertyMinColor
Color assigned to the minimum value.

See Also