![]() | SwAddInEx Class |
Namespace: CodeStack.SwEx.AddIn
The SwAddInEx type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddInCookie |
Add-ins cookie (id)
|
![]() | App |
Pointer to SOLIDWORKS application
|
![]() | CmdMgr |
Pointer to command group which holding the add-in commands
|
Name | Description | |
---|---|---|
![]() | AddCommandGroupTCmdEnum |
Add command group based on the defined commands enumerator
|
![]() | AddContextMenuTCmdEnum |
Add context menu based on the defined commands enumerator
|
![]() | OnConnect |
Overload to initialize the data. This method is called
from ConnectToSW(Object, Int32) method when the add-in loads
|
![]() | OnDisconnect |
Called on disposing of the add-in (either when SOLIDWORKS application closes
or when add-in is explicitly unloaded by the user from the AddIns Manager dialog)
|