Hi,
How can I, Place a vector image as a point feature.
I am placing a point by Standard Image Formats like Png.Jpg,Gif…etc.
PointStyle ps = new PointStyle(new GeoImage(Application.StartupPath + @"\MapData\Images\Plane.png"));
same way, I want to plot vector image(.svg,.ai,…etc) on point feature.
Is it possible do it?
Thanks,
Riyaz