Revit 2026 API
Analysis |
Get number of colors, including min, max and intermediate.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int Colors()
Public Function Colors As Integer
public: int Colors()
member Colors : unit -> int
Return Value
Int32Number of colors, including min, max and intermediate.
See Also