2022 Members
Changes 4
M

AnalysisDisplayColorSettings

Name Return Type Description Inherited From
M AreIntermediateColorsValid(IList<AnalysisDisplayColorEntry>) bool Verify intermediate color entries
M Colors() int Get number of colors, including min, max and intermediate.
M Dispose() None Releases all resources used by the AnalysisDisplayColorSettings
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetIntermediateColors() IList<AnalysisDisplayColorEntry> Get intermediate color entries (other than the minimum and maximum settings).
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsEqual(AnalysisDisplayColorSettings) bool Compares two color settings objects.
M SetIntermediateColors(IList<AnalysisDisplayColorEntry>) None Set intermediate color entries (other than the minimum and maximum settings).
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P ColorSettingsType AnalysisDisplayStyleColorSettingsType Stores type of color settings
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P MaxColor Color Color assigned to the maximum value.
P MinColor Color Color assigned to the minimum value.