<?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: how to fill color inside  a Closed polyline (Rectangle) in .net C# in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10438202#M15930</link>
    <description>You can ignore this , I could get the AcadHatch from Interop.AutoCAD dll ..Thanks once again</description>
    <pubDate>Fri, 02 Jul 2021 10:17:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-07-02T10:17:02Z</dc:date>
    <item>
      <title>how to fill color inside  a Closed polyline (Rectangle) in .net C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10435604#M15927</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a rectangle with below code.I have set a color as well for the line.But instead of that,I want to fill the inside of rectangle with a color .Is it possible to do from C#.please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;double[]&amp;nbsp; coordinate = GlobalVariable.stringToDoubleArray(areapoints, ',');&lt;/P&gt;&lt;P&gt;//create polyline&lt;BR /&gt;polylineObject = null;&lt;/P&gt;&lt;P&gt;polylineObject = acadDocument.ModelSpace.AddPolyline(coordinate);&lt;/P&gt;&lt;P&gt;if (polylineObject != null)&lt;BR /&gt;{&lt;BR /&gt;polylineObject.Closed = true;&lt;BR /&gt;polylineObject.color = (ACAD_COLOR)GlobalVariable.colorDictionary[(parameter.GetElementColor().ToString())];&lt;BR /&gt;polylineObject.Linetype = GlobalVariable.lineTypeDictionary[lineTypeName[0].ToString().ToUpper()];&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 13:24:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10435604#M15927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-01T13:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to fill color inside  a Closed polyline (Rectangle) in .net C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10437708#M15928</link>
      <description>&lt;P&gt;Hi anupaman, you need to use Hatch object.&lt;/P&gt;&lt;P&gt;Follow this reference :&amp;nbsp;&lt;A href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer%27s%20Guide/index.html?url=WS1a9193826455f5ff2566ffd511ff6f8c7ca-3d77.htm,topicNumber=d0e27995" target="_blank"&gt;AutoCAD .NET Developer's Guide: Edit Hatch Patterns (autodesk.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jul 2021 06:23:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10437708#M15928</guid>
      <dc:creator>vkpunique</dc:creator>
      <dc:date>2021-07-02T06:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to fill color inside  a Closed polyline (Rectangle) in .net C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10437730#M15929</link>
      <description>Thanks,I will check .can you please tell me which namespace does this belong to or the dll I have to refer.Mine is Autodesk 2020.</description>
      <pubDate>Fri, 02 Jul 2021 06:35:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10437730#M15929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-02T06:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to fill color inside  a Closed polyline (Rectangle) in .net C#</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10438202#M15930</link>
      <description>You can ignore this , I could get the AcadHatch from Interop.AutoCAD dll ..Thanks once again</description>
      <pubDate>Fri, 02 Jul 2021 10:17:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-fill-color-inside-a-closed-polyline-rectangle-in-net-c/m-p/10438202#M15930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-02T10:17:02Z</dc:date>
    </item>
  </channel>
</rss>

