Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.