Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 430 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 430 Bytes

SOLIDWORKS .NET 6 Add-in with API

This example demonstrates how to create SOLIDWORKS add-in using C# .NET 6

This add-in adds the Say Hello command into the menu and toolbar which displays the message when clicked

This add-in also exposes a public API to invoke the Say Hello function programatically from any com-compatible programs. This example demonstrates how to call this function from the VB macro.