<?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 How to get to scale-based sizing usig arcpy ? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-get-to-scale-based-sizing-usig-arcpy/m-p/1258785#M66859</link>
    <description>&lt;P&gt;Hi, I have a Notebook in ArcGIS Pro, which gets me info about layers in Contents pane. It shows me info about name, visibility, datasource, dataset name, transparency,... The script writes treese information to excel file.&lt;BR /&gt;However, I remake my ArcGIS Pro project and I used scale-based sizing and Display filters in Symbology pane. I don't know how to get informations about this settings. Thank you for help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrBrez_0-1676526934917.png" style="width: 319px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62980iB041E6820D8DFE80/image-dimensions/319x338?v=v2" width="319" height="338" role="button" title="AdrBrez_0-1676526934917.png" alt="AdrBrez_0-1676526934917.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrBrez_1-1676526990531.png" style="width: 318px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62981i46C9B15A5025E6F4/image-dimensions/318x331?v=v2" width="318" height="331" role="button" title="AdrBrez_1-1676526990531.png" alt="AdrBrez_1-1676526990531.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2023 05:58:40 GMT</pubDate>
    <dc:creator>AdrBrez</dc:creator>
    <dc:date>2023-02-16T05:58:40Z</dc:date>
    <item>
      <title>How to get to scale-based sizing usig arcpy ?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-to-scale-based-sizing-usig-arcpy/m-p/1258785#M66859</link>
      <description>&lt;P&gt;Hi, I have a Notebook in ArcGIS Pro, which gets me info about layers in Contents pane. It shows me info about name, visibility, datasource, dataset name, transparency,... The script writes treese information to excel file.&lt;BR /&gt;However, I remake my ArcGIS Pro project and I used scale-based sizing and Display filters in Symbology pane. I don't know how to get informations about this settings. Thank you for help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrBrez_0-1676526934917.png" style="width: 319px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62980iB041E6820D8DFE80/image-dimensions/319x338?v=v2" width="319" height="338" role="button" title="AdrBrez_0-1676526934917.png" alt="AdrBrez_0-1676526934917.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdrBrez_1-1676526990531.png" style="width: 318px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62981i46C9B15A5025E6F4/image-dimensions/318x331?v=v2" width="318" height="331" role="button" title="AdrBrez_1-1676526990531.png" alt="AdrBrez_1-1676526990531.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 05:58:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-to-scale-based-sizing-usig-arcpy/m-p/1258785#M66859</guid>
      <dc:creator>AdrBrez</dc:creator>
      <dc:date>2023-02-16T05:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get to scale-based sizing usig arcpy ?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-to-scale-based-sizing-usig-arcpy/m-p/1258835#M66860</link>
      <description>&lt;P&gt;Through CIM, you can access symbology&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/symbology-class.htm" target="_blank"&gt;Symbology—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then the renderers provide more information&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/graduatedcolorsrenderer-class.htm" target="_blank"&gt;GraduatedColorsRenderer—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but if what you want isn't listed, then it may not be possible at present through python access&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 12:17:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-to-scale-based-sizing-usig-arcpy/m-p/1258835#M66860</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-02-16T12:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get to scale-based sizing usig arcpy ?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-get-to-scale-based-sizing-usig-arcpy/m-p/1577552#M73589</link>
      <description>&lt;P&gt;We would like to see the syntax to disable scale based sizing of icons for all symbol classes. If anyone can help woud be much appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 19:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-get-to-scale-based-sizing-usig-arcpy/m-p/1577552#M73589</guid>
      <dc:creator>Miralem_Zeljo</dc:creator>
      <dc:date>2025-01-21T19:29:02Z</dc:date>
    </item>
  </channel>
</rss>

