I have a point file to show on Map. But i want to change the symbol of
this file other than default. My symbol is custom symbol (say
Tower.bmp) and will be applied on the point file and then save with
this point layer.
All i want to do this by using Map Basic code.
Any help?
--
Rahul
Regards,
Rahul
On Fri, Jul 1, 2011 at 10:42 AM, Cynthia T <cynth...@gmail.com> wrote:
> I'm not 100% sure, but you may try (in Set Map Window):
> Global Symbol ("C:\image.bmp",0,12,0)
>
> --
> You received this message because you are subscribed to the
> Google Groups "MapInfo-L" group.To post a message to this group, send
> email to mapi...@googlegroups.com
> To unsubscribe from this group, go to:
> http://groups.google.com/group/mapinfo-l/subscribe?hl=en
> For more options, information and links to MapInfo resources (searching
> archives, feature requests, to visit our Wiki, visit the Welcome page at
> http://groups.google.com/group/mapinfo-l?hl=en
>
--
Rahul
Sent from Nokia
'**You might want to add a check here to see if oPoint really is a point object
Alter Object oPoint
Info OBJ_INFO_SYMBOL, symNew
End Function
--