HI Jhonn Jairo Vesga Cadena<br>I have a solution for this problem.<br>You can see and try with this.<br> string str2 = "";<br> for (int i = 0; i < map.GetLayers().GetCount(); i++)<br> {
<br> MgLayer layer = (MgLayer)map.GetLayers().GetItem(i);<br> MgResourceIdentifier ad = new MgResourceIdentifier(layer.FeatureSourceId);<br> MgSpatialContextReader spatialReader =
featureService.GetSpatialContexts(ad, true);<br> while (spatialReader.ReadNext())<br> {<br> str2 = spatialReader.GetCoordinateSystemWkt();<br> }
<br> Response.Write(str2);<br> spatialReader.Close();<br> }<br>This c# stuff work fine. <br>If you have any problem, don't be heritage to write to me.<br>Cheers,<br>Quandx
<br><br><div><span class="gmail_quote">On 26/11/2007, <b class="gmail_sendername">Jhonn Jairo Vesga Cadena</b> <<a href="mailto:jjvesga@gmail.com">jjvesga@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, i have a map in autodesk studio 2007, and i need to solve this issue:<br><br>I need to create a point begins by click on the map, when i click the<br>application launch a window where i get the X and Y coordinate, the
<br>problem its that, how can i get that coordinate??<br><br>Some ideas??<br><br>Thanks<br><br>--<br>att:<br><br>Jhonn Jairo Vesga Cadena<br><br>Móvil:<br>Movistar: 316-524-4147<br>_______________________________________________
<br>mapguide-users mailing list<br><a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Đỗ Xuân Quân