[mapguide-users] filter for features
Akram
akram at gsg-eg.com
Tue Oct 21 07:30:37 EDT 2008
Hi EvaD
This code is right
MgFeatureQueryOptions queryOptions = new MgFeatureQueryOptions();
queryOptions.SetFilter("FeatId = 112");
but I think it should be like this
MgFeatureQueryOptions queryOptions = new MgFeatureQueryOptions();
queryOptions.SetFilter("FeatId =" + 112);
--
View this message in context: http://n2.nabble.com/filter-for-features-tp1131530p1359207.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list