<?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: Change line width in layer properties by keeping same color arcobjects in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/change-line-width-in-layer-properties-by-keeping/m-p/156817#M4114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;To change the width of a line, use the &lt;EM&gt;ISimpleLineSymbol.Width&lt;/EM&gt; property. Please view the following code snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Create Simple Line Symbol Snippet&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000mt000000" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000mt000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000mt000000&lt;/A&gt;&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;ISimpleLineSymbol&lt;/EM&gt; interface is implemented by &lt;EM&gt;ISymbol&lt;/EM&gt;. You will need to cast &lt;EM&gt;ISimpleLineSymbol&lt;/EM&gt; to &lt;EM&gt;ISymbol,&lt;/EM&gt; and then set the &lt;EM&gt;ISimpleRenderer.Symbol&lt;/EM&gt; property to&lt;EM&gt; ISymbol.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please view the detailed code sample&amp;nbsp; below to see the implementation of a renderer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Change layer rendering using the SymbologyControl&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/000100000270000000.htm" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/000100000270000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/000100000270000000.htm&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Aug 2015 18:49:01 GMT</pubDate>
    <dc:creator>SamiEria</dc:creator>
    <dc:date>2015-08-14T18:49:01Z</dc:date>
    <item>
      <title>Change line width in layer properties by keeping same color arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/change-line-width-in-layer-properties-by-keeping/m-p/156816#M4113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/120103_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I am using C#for Arcobjects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2015 05:27:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/change-line-width-in-layer-properties-by-keeping/m-p/156816#M4113</guid>
      <dc:creator>chaitanyavarma</dc:creator>
      <dc:date>2015-08-01T05:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change line width in layer properties by keeping same color arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/change-line-width-in-layer-properties-by-keeping/m-p/156817#M4114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;To change the width of a line, use the &lt;EM&gt;ISimpleLineSymbol.Width&lt;/EM&gt; property. Please view the following code snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Create Simple Line Symbol Snippet&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000mt000000" title="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000mt000000"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//0049000000mt000000&lt;/A&gt;&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;EM&gt;ISimpleLineSymbol&lt;/EM&gt; interface is implemented by &lt;EM&gt;ISymbol&lt;/EM&gt;. You will need to cast &lt;EM&gt;ISimpleLineSymbol&lt;/EM&gt; to &lt;EM&gt;ISymbol,&lt;/EM&gt; and then set the &lt;EM&gt;ISimpleRenderer.Symbol&lt;/EM&gt; property to&lt;EM&gt; ISymbol.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please view the detailed code sample&amp;nbsp; below to see the implementation of a renderer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Change layer rendering using the SymbologyControl&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/000100000270000000.htm" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/000100000270000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#/d/000100000270000000.htm&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 18:49:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/change-line-width-in-layer-properties-by-keeping/m-p/156817#M4114</guid>
      <dc:creator>SamiEria</dc:creator>
      <dc:date>2015-08-14T18:49:01Z</dc:date>
    </item>
  </channel>
</rss>

