Verify intermediate color entries
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AreIntermediateColorsValid(
IList<AnalysisDisplayColorEntry> map
)
Parameters
- map IList<AnalysisDisplayColorEntry>
-
Array of intermediate color entries.
Return Value
Boolean
True if intermediate colors are valid, false otherwise.
Exceptions
See Also
Reference