🔒 You're viewing limited content
In this lesson, we begin the actual coding of our add-in by setting up the necessary class attributes and implementing the core PDM interface.
You will learn how to make your code “visible” to PDM and how to provide the vault with essential project details about your tool.
Key Takeaway:
-
- Establishing the COM Identity : Learn why you must set your class to be ComVisible and how to generate a GUI.
-
- Implementing the IEdmAddIn5 Interface : Understand the “contract” between your code and PDM.
-
- Defining Project Information : See how to use the GetAddInInfo method to pass important details to the PDM Admin tool.