<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1256">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial><STRONG>Hi EvaD</STRONG> </FONT></DIV>
<DIV><FONT face=Arial><STRONG></STRONG></FONT>&nbsp;</DIV>
<DIV><STRONG><FONT face=Arial>This code is right </FONT></STRONG></DIV>
<DIV><FONT face=Arial>MgFeatureQueryOptions queryOptions = new 
MgFeatureQueryOptions();<BR>queryOptions.SetFilter("FeatId = 112");</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial><STRONG>but I think it should be like 
this</STRONG></FONT></DIV>
<DIV><FONT face=Arial>MgFeatureQueryOptions queryOptions = new 
MgFeatureQueryOptions();</FONT></DIV>
<DIV><FONT face=Arial>queryOptions.SetFilter("FeatId =" 
+&nbsp;112);</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>Akram</FONT></DIV>
<DIV><FONT face=Arial>GIS Developer</FONT></DIV></BODY></HTML>