<br><br><div class="gmail_quote">2009/10/7 Burris, Celeste Suliin <span dir="ltr">&lt;<a href="mailto:CBurris@ci.tacoma.wa.us">CBurris@ci.tacoma.wa.us</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div>
<font face="Arial, sans-serif" size="2">
<div>I am having difficulty programming in the spatial reference for a shape file I have built. The Spatial Refererence is NAD_1983_HARN_StatePlane_Washington_South_FIPS_4602_Feet, which is our shop standard.  The rest of the program is working, but this one
part eludes me.  I have numerous examples of .prj files, and if I just copy one to the shape area, it works, but I would like to do it programmatically. </div>
<div><font face="Times New Roman, serif" size="3"> </font></div>
<div>The prototype says it is string, but when I try to use a string, it complains “Value of type &#39;String&#39; cannot be converted to &#39;1-dimensional array of String&#39;.”, so I’m stuck. Does anyone have an example in Csharp which does this? The projection doesn’t
matter – I’m just confused on the coding.</div></font></div></blockquote><div><br><br>Hi,<br><br>With the current version, the prototype looks like this:<br><br>public int ImportFromESRI(string[] ppszInput)<br><br>which should take a string array.<br>
<br>Best regards,<br><br>Tamas<br> <br></div></div><br>