AnalysisDisplayColorSettings.AreIntermediateColorsValid Method

AnalysisDisplayColorSettingsAreIntermediateColorsValid Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AreIntermediateColorsValid(
	IList<AnalysisDisplayColorEntry> map
)
Public Function AreIntermediateColorsValid ( 
	map As IList(Of AnalysisDisplayColorEntry)
) As Boolean
public:
bool AreIntermediateColorsValid(
	IList<AnalysisDisplayColorEntry^>^ map
)
member AreIntermediateColorsValid : 
        map : IList<AnalysisDisplayColorEntry> -> bool 

Parameters

map  IListAnalysisDisplayColorEntry
 

Return Value

Boolean
See Also