<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get current scale of map in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1259313#M11694</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think you want to try:&lt;/P&gt;&lt;P&gt;double scale =&amp;nbsp;&lt;SPAN&gt;this.MyMapView.MapScale;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To set the scale, I would use:&lt;/P&gt;&lt;P&gt;await this.MyMapView.SetViewpointScaleAsync(scale);&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 13:57:44 GMT</pubDate>
    <dc:creator>VolkerMatzken</dc:creator>
    <dc:date>2023-02-17T13:57:44Z</dc:date>
    <item>
      <title>Get current scale of map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1259284#M11691</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I set the scale of my map like this:&lt;/P&gt;&lt;P&gt;this.MyMapView.Map.MinScale = 2500000;&lt;/P&gt;&lt;P&gt;But how do i get the current scale of my map after i have zoomed to another scale?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 12:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1259284#M11691</guid>
      <dc:creator>MattiasWesterberg</dc:creator>
      <dc:date>2023-02-17T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get current scale of map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1259313#M11694</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think you want to try:&lt;/P&gt;&lt;P&gt;double scale =&amp;nbsp;&lt;SPAN&gt;this.MyMapView.MapScale;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;To set the scale, I would use:&lt;/P&gt;&lt;P&gt;await this.MyMapView.SetViewpointScaleAsync(scale);&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 13:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1259313#M11694</guid>
      <dc:creator>VolkerMatzken</dc:creator>
      <dc:date>2023-02-17T13:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get current scale of map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1259456#M11695</link>
      <description>&lt;P&gt;To get current scale of the map use `GeoView.GetCurrentViewpoint` and with ViewpointType as `&lt;SPAN&gt;CenterAndScale`&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/wpf/Esri.ArcGISRuntime.UI.Controls.GeoView.GetCurrentViewpoint.html" target="_blank"&gt;https://developers.arcgis.com/net/api-reference/api/netwin/wpf/Esri.ArcGISRuntime.UI.Controls.GeoView.GetCurrentViewpoint.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 18:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1259456#M11695</guid>
      <dc:creator>PreetiMaske</dc:creator>
      <dc:date>2023-02-17T18:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get current scale of map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1260203#M11705</link>
      <description>What I want to do is to add a Graphic object and give it ZIndex 1.&lt;BR /&gt;&lt;BR /&gt;Then I want to add a FeatureLayer for a shapefile and set its ZIndex to 2.&lt;BR /&gt;&lt;BR /&gt;And then i want to add another Graphic object and give it ZIndex 3.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2023 19:30:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1260203#M11705</guid>
      <dc:creator>MattiasWesterberg</dc:creator>
      <dc:date>2023-02-21T19:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get current scale of map</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1260670#M11709</link>
      <description>&lt;P&gt;I'm not quite following the relationship between mapview scale and ZIndex on features on your features and graphics, but having said that, you can only control the ZIndex within a single graphics overlay, and graphics always goes on top of feature layers, so there's no way to have a feature in-between two graphics.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 21:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/get-current-scale-of-map/m-p/1260670#M11709</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-02-22T21:31:26Z</dc:date>
    </item>
  </channel>
</rss>

