<?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: Open Text Editor for Single Line Text(DBText) in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7416588#M38972</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is an empty ObjectId array which is required as reference parameter by InPlaceEditor.Invoke() method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C# signature:&lt;/P&gt;
&lt;PRE&gt;public static void Invoke(DBText text, ref ObjectId[] appendedEntities);
&lt;/PRE&gt;
&lt;P&gt;VB signature:&lt;/P&gt;
&lt;PRE&gt;Public Shared Sub Invoke(text As DBText, ByRef appendedEntities As ObjectId())&lt;/PRE&gt;</description>
    <pubDate>Thu, 28 Sep 2017 12:11:38 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2017-09-28T12:11:38Z</dc:date>
    <item>
      <title>Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5769292#M38965</link>
      <description>&lt;P&gt;I have a plugin that selects only DBText using a filter. I want to open the text editor when I select the DBText.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;Dim acent As DBText = acTrans.GetObject(acSSObj.ObjectId, OpenMode.ForWrite)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to call the Text Editor in this DB Text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What command do I use to open the text editor for the DBText?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 08:59:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5769292#M38965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-13T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re : Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5769318#M38966</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ed.Command("_.TEXTEDIT", acSSObj.ObjectId)&lt;/PRE&gt;&lt;P&gt;where ed is a reference to the document editor object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 09:32:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5769318#M38966</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-08-13T09:32:25Z</dc:date>
    </item>
    <item>
      <title>Re : Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5770857#M38967</link>
      <description>I already tried that but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;Thank you for your effort, I have found the solution.</description>
      <pubDate>Fri, 14 Aug 2015 01:54:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5770857#M38967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-14T01:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5770859#M38968</link>
      <description>&lt;P&gt;I have answered my own question, as usual! Haha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Dim acent As DBText = acTrans.GetObject(acSSObj.ObjectId, OpenMode.ForWrite)
Dim ids As ObjectId() = New ObjectId(-1) {}
InplaceTextEditor.Invoke(acent, ids)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That command invokes the InPlaceText Editor on the Object you call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Kudos? Hehe&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 01:57:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5770859#M38968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-14T01:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5771018#M38969</link>
      <description>&lt;P&gt;One Kudo for sharing with the community&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 05:47:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5771018#M38969</guid>
      <dc:creator>FRFR1426</dc:creator>
      <dc:date>2015-08-14T05:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5771121#M38970</link>
      <description>Thanks man!</description>
      <pubDate>Fri, 14 Aug 2015 07:56:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/5771121#M38970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-14T07:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7416517#M38971</link>
      <description>&lt;P&gt;Can someone please explain this line of code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim ids as ObjectId() = New ObjectId(-1) {}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's to do with the InplaceTextEditor.Invoke command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advanced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steven Houghton&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 11:34:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7416517#M38971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T11:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7416588#M38972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is an empty ObjectId array which is required as reference parameter by InPlaceEditor.Invoke() method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C# signature:&lt;/P&gt;
&lt;PRE&gt;public static void Invoke(DBText text, ref ObjectId[] appendedEntities);
&lt;/PRE&gt;
&lt;P&gt;VB signature:&lt;/P&gt;
&lt;PRE&gt;Public Shared Sub Invoke(text As DBText, ByRef appendedEntities As ObjectId())&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Sep 2017 12:11:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7416588#M38972</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-09-28T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7418504#M38973</link>
      <description>&lt;P&gt;I understand the Objectid() variable, but &amp;nbsp;what I'm interested in the &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;ObjectId&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;(-1) {}, this must select the last,&amp;nbsp; current or previous item?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;Steven Houghton&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 21:38:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7418504#M38973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T21:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Open Text Editor for Single Line Text(DBText)</title>
      <link>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7419260#M38974</link>
      <description>&lt;P&gt;This is &lt;A href="https://stackoverflow.com/questions/44713/vb-net-empty-string-array" target="_blank"&gt;one of the different ways&lt;/A&gt; to create an empty array with VB.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 05:38:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/open-text-editor-for-single-line-text-dbtext/m-p/7419260#M38974</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2017-09-29T05:38:26Z</dc:date>
    </item>
  </channel>
</rss>

