Stored Bookmarks and/or Extents
Am wondering if there's a way to predefine an extent or bookmark that is accessible within a workflow?
Given that, in one scenario that I'm working on, although no results are extracted from a query function, I would like to
still display an area where the results would have been found, if there were any.
Walter
-
While using another posting where someone was using the default envelope value. For example:
new Envelope(-9011710.54251479,5887935.51629134,-9011251.92034512,5888317.70143274)
When I try to assign this default value I get the following error:
"Envelope is ambiguous, imported from the namespaces or types "Geocortex.Gis.Geometries, ESRI.ArcGIS.Client.Geometry"
Do I need to use another type of envelope?
Any help would be appreciated.....Walter
0 -
Just for everyone's benefit, Ryan C. had already answered this question in the past.
The simple fix is to fully qualify your expression to remove the ambiguity:
new ESRI.ArcGIS.Client.Geometry.Envelope()
Walter
0
Please sign in to leave a comment.
Comments
2 comments