| SwAddInExOnDisconnect 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
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax public virtual bool OnDisconnect()
Public Overridable Function OnDisconnect As Boolean
public:
virtual bool OnDisconnect()
Return Value
Type:
BooleanTrue to indicate that unloading is successful
Implements
ISwAddInExOnDisconnectRemarks Use this method to clear all temp files or close the opened streams
See Also