Richard,

The 'Set Map' layer clauses perform this function in MapBasic, e.g.:-

Set Map
  Window FrontWindow()
  Layer 1 '(for top most layer)
    Display Global
      Global Symbol (35,16711935,12,"Mapinfo Symbols",48,0)
  Layer "roads"
    Display Global
      Global Line (1,85,16776960) ' - for a line or polyline layer
  Layer "Counties"
    Display Global
      Global Pen (2,6,4210752) Brush (2,11599792,16777215) ' - for a 
region layer,
etc.

Regards,

                 Keith

> From:          [EMAIL PROTECTED]
> To:            [EMAIL PROTECTED]
> Subject:       MI Changing Select Style from MapBasic
> Date:          Fri, 19 Nov 1999 15:42:27 -0000

> Listers,
> 
> In MapInfo you can change the style used to display selected objects in a
> map window.  Does anyone know whether or not you can do the same from
> MapBasic?  There don't appear to be relevant clauses in the 'set map'
> statement syntax.
> 
> Richard Burkmar.
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
> 
Keith Campbell
GIS Consultant
W S Atkins Consultants Ltd
UK
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to