Hello!
I have a question that I am sure has been asked but I can't find a answer.
I have a point shapefile I am displaying and I want to display each different value in a column with a different .png image. Is there a way to do this?
Thanks,
Kevin
Hello!
I have a question that I am sure has been asked but I can't find a answer.
I have a point shapefile I am displaying and I want to display each different value in a column with a different .png image. Is there a way to do this?
Thanks,
Kevin
Kevin,
Thanks for your question.
Yes this can be done by using a ValueStyle, I would recommend you take a look at the How Do I sample called "DrawFeaturesBasedOnValues" under the Styles Section to see some sample code on the ValueStyle works. In the ValueStyle sample it only uses simple point styles so you will want to replace those with a PointStyle that uses your image. If your unfamiliar with how to setup a PointStyle to use an image check out the "DrawAPointUsingABitmap" sample under the styles folder.
Hope this helps, Thanks!
You are all over this stuff Clint! Thanks!
I have used ValueStyle before with Lines, I am just unfamiliar with showing a point using a image.
I found that sample and that should work perfectly thanks!
Kev
Thanks Kevin glad it helped!