﻿<?xml version="1.0"?>
<doc>
<assembly>
<name>
MyFirstInventorPlugin_Lesson4_VB_NET_VS2022
</name>
</assembly>
<members>
<member name="T:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.My.Resources.Resource">
<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.My.Resources.Resource.ResourceManager">
<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.My.Resources.Resource.Culture">
<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.My.Resources.Resource.delete_group_32x32">
<summary>
  Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.My.Resources.Resource.delete_group_64x64">
<summary>
  Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.My.Resources.Resource.Remove_group_32x32">
<summary>
  Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="P:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.My.Resources.Resource.Remove_group_64x64">
<summary>
  Looks up a localized resource of type System.Drawing.Bitmap.
</summary>
</member>
<member name="T:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer">
 <summary>
 Main class for the Inventor Add-In. Implements <see cref="T:Inventor.ApplicationAddInServer"/>.
 Handles activation, deactivation, and user interface creation for the add-in.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer._m_uiEvents">
 <summary>
 Handles user interface events.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.tab_client_ID">
 <summary>
 The client ID for the ribbon tab.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.panel_client_ID">
 <summary>
 The client ID for the ribbon panel.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.button1_client_ID">
 <summary>
 The client ID for button1.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.button2_client_ID">
 <summary>
 The client ID for button2.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.tab_name">
 <summary>
 The name of the ribbon tab.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.ribbonTab">
 <summary>
 The ribbon tab instance. Null until created or found.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.ribbonPanel">
 <summary>
 The ribbon panel instance used to host the add-in command buttons.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.button1Def">
 <summary>
 The button definition instance for the "Remove from Group" command.
 </summary>
</member>
<member name="F:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.button2Def">
 <summary>
 The button definition instance for the "Delete Group" command.
 </summary>
</member>
<member name="M:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.Activate(Inventor.ApplicationAddInSite,System.Boolean)">
 <summary>
 Called by Inventor when the Add-In is loaded. Initializes members and creates the user interface.
 </summary>
 <param name="addInSiteObject">Provides access to the Inventor Application object.</param>
 <param name="firstTime">Indicates if the Add-In is loaded for the first time.</param>
</member>
<member name="M:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.Button1Def_OnExecute(Inventor.NameValueMap)">
 <summary>
 Handles execution of the "Remove from Group" button.
 Removes the "myPartGroup" attribute set from selected components.
 </summary>
 <param name="Context">Execution context.</param>
</member>
<member name="M:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.Button2Def_OnExecute(Inventor.NameValueMap)">
 <summary>
 Handles execution of the "Delete Group" button.
 Makes all components in the "myPartGroup" group visible.
 </summary>
 <param name="Context">Execution context.</param>
</member>
<member name="M:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.StandardAddInServer.CreateUserInterface">
 <summary>
 Creates the user interface by adding buttons to the appropriate ribbons and panels.
 </summary>
</member>
<member name="T:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.Globals.PictureConverter">
 <summary>
 Helper class for converting .NET <see cref="T:System.Drawing.Image"/> objects to <see cref="T:Inventor.IPictureDisp"/>.
 </summary>
</member>
<member name="M:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.Globals.PictureConverter.#ctor">
 <summary>
 Initializes a new instance of the <see cref="T:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.Globals.PictureConverter"/> class.
 </summary>
</member>
<member name="M:MyFirstInventorPlugin_Lesson4_VB_NET_VS2022.Globals.PictureConverter.ImageToPictureDisp(System.Drawing.Image)">
 <summary>
 Converts a <see cref="T:System.Drawing.Image"/> to an <see cref="T:Inventor.IPictureDisp"/>.
 </summary>
 <param name="image">The image to convert.</param>
 <returns>The converted <see cref="T:Inventor.IPictureDisp"/>.</returns>
</member>
</members>
</doc>
