<?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 Custom CommandMethod help file and topic in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod-help-file-and-topic/m-p/13779095#M85667</link>
    <description>&lt;P&gt;Hello, I'm working on using html for our custom AutoCAD commands,&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-F77E8FE0-8034-4704-93BD-F717608F8223" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-F77E8FE0-8034-4704-93BD-F717608F8223&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;Help File Name&amp;nbsp;&lt;/STRONG&gt;is clear, it's just a html file and it works like a charm&lt;BR /&gt;but what is the&amp;nbsp;&lt;STRONG&gt;Help Topic Name&lt;/STRONG&gt;?&lt;BR /&gt;I assume it's some string that must match between my command definition and html, so AutoCAD knows which part of the html to open, is that just an anchor, like if the link is myManual.html#myTopic then help file name is everything before the # and help file topic is everything after?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Aug 2025 15:52:13 GMT</pubDate>
    <dc:creator>wojciech_niedzwiedz9W5AL</dc:creator>
    <dc:date>2025-08-22T15:52:13Z</dc:date>
    <item>
      <title>Custom CommandMethod help file and topic</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod-help-file-and-topic/m-p/13779095#M85667</link>
      <description>&lt;P&gt;Hello, I'm working on using html for our custom AutoCAD commands,&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-F77E8FE0-8034-4704-93BD-F717608F8223" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-F77E8FE0-8034-4704-93BD-F717608F8223&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;Help File Name&amp;nbsp;&lt;/STRONG&gt;is clear, it's just a html file and it works like a charm&lt;BR /&gt;but what is the&amp;nbsp;&lt;STRONG&gt;Help Topic Name&lt;/STRONG&gt;?&lt;BR /&gt;I assume it's some string that must match between my command definition and html, so AutoCAD knows which part of the html to open, is that just an anchor, like if the link is myManual.html#myTopic then help file name is everything before the # and help file topic is everything after?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 15:52:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod-help-file-and-topic/m-p/13779095#M85667</guid>
      <dc:creator>wojciech_niedzwiedz9W5AL</dc:creator>
      <dc:date>2025-08-22T15:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod help file and topic</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod-help-file-and-topic/m-p/13779483#M85668</link>
      <description>&lt;P&gt;The topic is portion is used when you have a compiled help file. So the file would be "MyHelp.chm" and the topic would be MyCommand which is set when creating the chm. I use Microsoft's HTML Workshop to create the chm.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 22:27:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod-help-file-and-topic/m-p/13779483#M85668</guid>
      <dc:creator>Jeff_M</dc:creator>
      <dc:date>2025-08-22T22:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod help file and topic</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod-help-file-and-topic/m-p/13786314#M85681</link>
      <description>&lt;P&gt;OK, I finally found what works!&lt;BR /&gt;help file name = "someHtmlFile.html" &amp;lt;- that file has to have an anchor tag, let's say&amp;nbsp;&amp;lt;a href="#para5"&amp;gt;Paragraph 5&amp;lt;/a&amp;gt;&lt;BR /&gt;help topic name = "#para5"&lt;BR /&gt;&lt;BR /&gt;Now pressing F1 will open the html file at para5 anchor! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;So it works with html. I would add this information to the documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2025 07:05:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod-help-file-and-topic/m-p/13786314#M85681</guid>
      <dc:creator>wojciech_niedzwiedz9W5AL</dc:creator>
      <dc:date>2025-08-28T07:05:26Z</dc:date>
    </item>
  </channel>
</rss>

