Revit 2026 API
Color |
Returns the current Revit instance's ColorOptions.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ColorOptions GetColorOptions()
Public Shared Function GetColorOptions As ColorOptions
public: static ColorOptions^ GetColorOptions()
static member GetColorOptions : unit -> ColorOptions
Return Value
ColorOptionsThe ColorOptions for the current Revit instance.
See Also