I have the following line which gives me a deprecated warning:
selectedColor= StyleManager.getColorName(setting.value);
It asks me to use IStyleManager2.getColorName on a style manager instance.
My question is how do I get a style manager instance to use this interface?
Thanks,
Ruben
selectedColor= StyleManager.getColorName(setting.value);
It asks me to use IStyleManager2.getColorName on a style manager instance.
My question is how do I get a style manager instance to use this interface?
Thanks,
Ruben