<?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 How to programatically add a Note (Engineers Notebook) to the active document in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-programatically-add-a-note-engineers-notebook-to-the/m-p/13781477#M176713</link>
    <description>&lt;P&gt;Hello, I am new to the Inventor API and I am writing an AddIn.&lt;BR /&gt;&lt;BR /&gt;I want to add a Note (the ones that are shown/can be viewed in the Engineers Notebook) to the active document.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create_Note.png" style="width: 351px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1564217iEB1FE3CA79D802B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create_Note.png" alt="Create_Note.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Engineers Notebook.png" style="width: 903px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1564228i347E15A610149CBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Engineers Notebook.png" alt="Engineers Notebook.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only found information about DrawingNotes, GeneralNotes, LeaderNotes, etc. but not about these types of Notes that can be on any type of document.&lt;BR /&gt;&lt;BR /&gt;Is this even possible to do programatically and if yes via which interface/object on the Inventor.Application object?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sorry if this question has been asked before, I did not find anything about these Notes.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 11:00:56 GMT</pubDate>
    <dc:creator>fleischmannHVTJ3</dc:creator>
    <dc:date>2025-08-25T11:00:56Z</dc:date>
    <item>
      <title>How to programatically add a Note (Engineers Notebook) to the active document</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-programatically-add-a-note-engineers-notebook-to-the/m-p/13781477#M176713</link>
      <description>&lt;P&gt;Hello, I am new to the Inventor API and I am writing an AddIn.&lt;BR /&gt;&lt;BR /&gt;I want to add a Note (the ones that are shown/can be viewed in the Engineers Notebook) to the active document.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Create_Note.png" style="width: 351px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1564217iEB1FE3CA79D802B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Create_Note.png" alt="Create_Note.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Engineers Notebook.png" style="width: 903px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1564228i347E15A610149CBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Engineers Notebook.png" alt="Engineers Notebook.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only found information about DrawingNotes, GeneralNotes, LeaderNotes, etc. but not about these types of Notes that can be on any type of document.&lt;BR /&gt;&lt;BR /&gt;Is this even possible to do programatically and if yes via which interface/object on the Inventor.Application object?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sorry if this question has been asked before, I did not find anything about these Notes.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:00:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-programatically-add-a-note-engineers-notebook-to-the/m-p/13781477#M176713</guid>
      <dc:creator>fleischmannHVTJ3</dc:creator>
      <dc:date>2025-08-25T11:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to programatically add a Note (Engineers Notebook) to the active document</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-programatically-add-a-note-engineers-notebook-to-the/m-p/13781561#M176714</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17534267"&gt;@fleischmannHVTJ3&lt;/a&gt;.&amp;nbsp; I do not think they have exposed those abilities through Inventor's API yet.&amp;nbsp; We do have access to the related&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=Application_NotebookOptions" target="_blank" rel="noopener"&gt;Application.NotebookOptions&lt;/A&gt;&amp;nbsp;property, which returns the&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-NotebookOptions" target="_blank" rel="noopener"&gt;NotebookOptions&lt;/A&gt;&amp;nbsp;object, which appears to provide equivalent control to the 'Notebook' tab of the Application Options dialog.&amp;nbsp; But I could not find true API methods for adding new notes of that type into documents.&amp;nbsp; We can access the 'commands' (&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-ControlDefinitions" target="_blank" rel="noopener"&gt;ControlDefinitions&lt;/A&gt;) which exist behind the manually accessed user interface controls.&amp;nbsp; But attempting to use those would be like trying to 'simulate' manual mouse &amp;amp;/or keyboard user interactions, and not the same as API automation.&amp;nbsp; Executing the command behind the one controls would likely just visibly change the 'Environment' to the Engineer's Notebook one, and initialize the user interface for manual user inputs (editing a note).&amp;nbsp; There would not be any intuitive way to do the required following actions, such as entering text and/or editing the format of the text, and so on.&lt;/P&gt;
&lt;P&gt;Below are some of the 'Commands' that I found in a search of all commands, which had the 'Notebook' text in their name.&amp;nbsp; They are just the names of ControlDefinitions, not the names of API methods.&lt;/P&gt;
&lt;P&gt;NotebookAlignLeftCmd&lt;BR /&gt;NotebookAlignRightCmd&lt;BR /&gt;NotebookArrangeNotesPopupCmd&lt;BR /&gt;NotebookArrowCmd&lt;BR /&gt;NotebookArrowReverseCtxCmd&lt;BR /&gt;NotebookBoldCmd&lt;BR /&gt;NotebookBulletsCmd&lt;BR /&gt;NotebookCenterCmd&lt;BR /&gt;NotebookCreateNoteCtxCmd&lt;BR /&gt;NotebookCustomizeCmd&lt;BR /&gt;NotebookDefineNewNoteFolderCtxCmd&lt;BR /&gt;NotebookDisplayNoteCtxCmd&lt;BR /&gt;NotebookFinishNotebookCmd&lt;BR /&gt;NotebookFontCmd&lt;BR /&gt;NotebookFontSizeCmd&lt;BR /&gt;NotebookInsertCommentCmd&lt;BR /&gt;NotebookInsertFolderCmd&lt;BR /&gt;NotebookInsertNewObjectCmd&lt;BR /&gt;NotebookInsertViewCmd&lt;BR /&gt;NotebookItalicCmd&lt;BR /&gt;NotebookNextNoteCmd&lt;BR /&gt;NotebookPreviousNoteCmd&lt;BR /&gt;NotebookRestoreCamerasCmd&lt;BR /&gt;NotebookShowInstanceNotesCtxCmd&lt;BR /&gt;NotebookTextColorCmdImage&lt;BR /&gt;NotebookUnderlineCmd&lt;BR /&gt;NotebookViewFreezeCmd&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 12:05:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/how-to-programatically-add-a-note-engineers-notebook-to-the/m-p/13781561#M176714</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2025-08-25T12:05:43Z</dc:date>
    </item>
  </channel>
</rss>

