Hi, I'm trying to create a custom IconStyle object to display an image from a file path. I am able to find the image file and I think I'm able to use the style on points, the thing is when I create points on the map they appear very small. In fact they are about 1 pixel. I can tell the point was created because I can see very small 1 pixel sized points on my map. Perhaps I'm using IconStyle incorrectly but I was wondering if you guys had any example, or if there is a property I need to set.
Dim iconstyle As IconStyle = New IconStyle
iconstyle.IconFilePathName = "..\..\data\sedan.png"
That is the only code I use to set up the IconStyle object.