Select to view content in your preferred language

Can you change halo color using python??

4034
0
01-27-2015 09:06 PM
BenVan_Kesteren1
Regular Contributor

Hi All,

I have been using python to filter out labels from displaying based on specific attributes, and its working great. Now I would like to try to change the Halo Color of text based on an attribute...

I have some very basic code which successfully defines text color, but does anyone know if its possible to change halo in the same way?

Here is what works so far:

def FindLabel ( [Main_Type] ):
  return "<bol><clr green='255'>"+[Main_Type]+"</clr></bol>"
Tags (2)
0 Kudos
0 Replies