Hi
My featurelayer includes a COLOR field containing an RGB-code. Is it somehow possible to color all features according to their COLOR field value, without having to statically map all the possible colors with a UniqueValueRenderer?
Just to add to FC's reply you can do a distinct value query first to get the values you want for your renderer instead of iterating though all the features.