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
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 methodGetIntermediateColors
Get intermediate color entries (other than the minimum and maximum settings).
Public methodGetType
Gets the Type of the current instance.
(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
Returns a string that represents the current object.
(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