| ISwAddInExOnDisconnect Method |
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)
Namespace:
CodeStack.SwEx.AddIn.Base
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax Function OnDisconnect As Boolean
Return Value
Type:
BooleanTrue to indicate that unloading is successful
Remarks Use this method to clear all temp files or close the opened streams
See Also