in workflow out spatial reference box in query DOES NOT WORK!
Hi folks--
It seems like the out spatial reference entry does not work in the work flow designer. At least I do not know what to enter there. I have tried the wkid and wkt but those do not work, so what is the syntax to specify and output spatial reference for a query where you return geometry.
J
0
-
You need to use a SpatialReference object, which you can create with the following syntax:
new ESRI.ArcGIS.Client.Geometry.SpatialReference(102100)
0
Please sign in to leave a comment.
Comments
1 comment