Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I'm working on using html for our custom AutoCAD commands,
https://help.autodesk.com/view/OARX/2025/ENU/?guid=GUID-F77E8FE0-8034-4704-93BD-F717608F8223
Help File Name is clear, it's just a html file and it works like a charm
but what is the Help Topic Name?
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?
Solved! Go to Solution.