Skip to main content

Stored Bookmarks and/or Extents

Comments

2 comments

  • Permanently deleted user

    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
  • Permanently deleted user

    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.