Get Override Color in View

I know how to override a color of an element in view.
But is it possible to do reversely: get the override color of the selected element in current view?

it seems color is not a Parameter.

Big thanks!

It is a method of corresponding view
https://www.revitapidocs.com/2020.1/af0a58fc-7bdf-02fb-4a20-944ffbe9057b.htm

after getting Overrides;

https://www.revitapidocs.com/2020.1/9540ce59-84a6-a9db-7a5f-6e3e616450bc.htm

You can call a property.

Hi @alan.wongDQ37C …you could try this one here…

2 Likes

I have now used generic model instead of importInstance. But this sounds a legit solution. Great thanks!