Re: MI Updating Object Styles

2000-01-19 Thread Bill Thoen
x 152, 68-72 Vincent St, Cessnock, 2325 Phone : +61 02 49934192 Fax : +61 02 49934200 Email : [EMAIL PROTECTED] -- From: Eric Frost[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 19, 2000 9:16 AM To: [EMAIL PROTECTED] Subject: MI Updating Object Styles

MI Updating Object Styles

2000-01-18 Thread Eric Frost
Mappers: Is there a way to update an object's style programmatically without recreating the object? A snippet of sample code from the MapBasic Help file says: 'set a new "current symbol style" sSymbolAttr = "(35,65280,22)" sCmd = "Set Style Symbol MakeSymbol" + sSymbolAttr Run Command sCmd

RE: MI Updating Object Styles

2000-01-18 Thread Paul Grambauer
Council PO Box 152, 68-72 Vincent St, Cessnock, 2325 Phone : +61 02 49934192 Fax : +61 02 49934200 Email : [EMAIL PROTECTED] -- From: Eric Frost[SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 19, 2000 9:16 AM To: [EMAIL PROTECTED] Subject:MI Updating Object Styles Mappers

Re: MI Updating Object Styles

2000-01-18 Thread Michel Larue
Hello, I made a little utility that can copy and paste a style from object to selected objects. It might help you. Cheers Michel Larue At 16:16 18/01/2000 -0600, you wrote: Mappers: Is there a way to update an object's style programmatically without recreating the object? A snippet of