<?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: Setting Multiline Attribute in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4309089#M48958</link>
    <description>&lt;P&gt;&lt;SPAN&gt;My problem is that the attribute has&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;IsMTextAttribute = FALSE&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;therefore, it would never do the logic inside your If statement.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2013 20:25:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-25T20:25:33Z</dc:date>
    <item>
      <title>Setting Multiline Attribute</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4308118#M48955</link>
      <description>&lt;P&gt;&lt;SPAN&gt;When I manually enter the attribute, it comes up with 3 different data entry options but when I look at the attribute in .NET it shows IsMTextAttribute = FALSE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What is the best way to set the multiline block attribute?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 23:56:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4308118#M48955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T23:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Multiline Attribute</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4309047#M48956</link>
      <description>&lt;P&gt;I don't know if the way I have been updating my multiline attributes is the best way to go about it.&amp;nbsp; I have probably taken some ideas from here and there.&amp;nbsp; My biggest problem was find a way to display imperial dimensions, like say 12'-3 3/4" properly formatted with diagonal fractions.&amp;nbsp; I had to format the string prior to assign it to the contents of the mtext.&amp;nbsp; Here is how I have been doing it.&amp;nbsp; I hope it gives you some&amp;nbsp;ideas and perhaps other people will suggest better ways.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;If Att.IsMTextAttribute = True Then

	Mtxt = Att.MTextAttribute

	Mtxt.Contents = "Test"

	Att.MTextAttribute = Mtxt

	Att.UpdateMTextAttribute()

End If

           &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 19:45:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4309047#M48956</guid>
      <dc:creator>HJohn1</dc:creator>
      <dc:date>2013-06-25T19:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Multiline Attribute</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4309089#M48958</link>
      <description>&lt;P&gt;&lt;SPAN&gt;My problem is that the attribute has&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;IsMTextAttribute = FALSE&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;therefore, it would never do the logic inside your If statement.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 20:25:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4309089#M48958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T20:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Multiline Attribute</title>
      <link>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4309142#M48959</link>
      <description>&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;Try example from this page&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.acadnetwork.com/index.php?topic=265.msg463#msg463" target="_blank"&gt;http://www.acadnetwork.com/index.php?topic=265.msg463#msg463&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 21:17:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/setting-multiline-attribute/m-p/4309142#M48959</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2013-06-25T21:17:07Z</dc:date>
    </item>
  </channel>
</rss>

