highlight Query in c# mapscript

David Lowther dlowther at COORDINATESOLUTIONS.COM
Wed May 16 09:55:58 EDT 2007


Basically you would need this (Column is the name of the column to query,
Where is the value entered):

bResult = m.getLayer(Layer.Index).queryByAttributes(m, Column, Where,
MSUtil.QUERY_TYPE.MS_MULTIPLE)

img = m.drawQuery


Then you'd need to dump the image somewhere, but you probably already have
that covered...

Hope that helps,

David Lowther
 
 

-----Original Message-----
From: UMN MapServer Users List [mailto:MAPSERVER-USERS at LISTS.UMN.EDU] On
Behalf Of Veera S.Davan
Sent: Wednesday, May 16, 2007 1:52 AM
To: MAPSERVER-USERS at LISTS.UMN.EDU
Subject: [UMN_MAPSERVER-USERS] highlight Query in c# mapscript

i want code for locatebyattribute in c#
ie when user enters the value in the textbox,the related data must be 
displayed in the table and also related features must be zoomed on the map
plz tell me the code in c#



More information about the mapserver-users mailing list