Open your runtime map:

MgMap map = new MgMap(siteConnection);
map.Open(Request.Form.Get("MAPNAME"));

Then create a MgSelection from it and the selection string

MgSelection selection = new MgSelection(map, selString);

>From here look at the API documentation for MgSelection to see what you can
do with this object.

- Jackie

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Invkoe-URL-with-parameters-tp6222045p6226090.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to