Geocortex.CoreILogicalEqualityComparable - Add One To Your Project
Trying to alter an existing workflow which was acquired from the Latitude site where a polyline's path parameter is used to display the begin and end points.
When I add the results of my query builder to the assign statement I get the following error:
/customer/servlet/servlet.FileDownload?file=00P6000000elznOEAQ
CType(GravityMain_Query_Results.features.first.geometry, polyline)
What is this error trying to tell me? Do I need to import this Geocortex.CoreILogicalEqualityComparable into my workflow?
Walter
-
Hi Walter
I would suggest that it is more likely that where you are doing your expression:
CType(GravityMainResult.features.first.geometry, polyline)
that you need to have:
CType(GravityMainResult.features.first.geometry, ESRI.ArcGIS.Client.Geometry.Polyline)
so that it is clear which polyline of the 3 possiblities you actually want since polyline object is available in 3 different namespaces.
Regards
Ralph
0 -
Thanks Ralph,
A perfect solution. Again.....
Walter
0
Please sign in to leave a comment.
Comments
2 comments