Solid Edge Framework Type Library
OnDisconnection Method
Description
Occurs when Solid Edge and an add-in are disconnected.
Syntax
Visual Basic
Public Function OnDisconnection( _
   ByVal DisconnectMode As SeDisconnectMode _
) As HResult
Parameters
DisconnectMode
ValueDescription
seDisconnectAtShutdownDisconnect at Shutdown
seDisconnectByUserDisconnect by user
seDisconnectExternallyDisconnect externally
See Also

ISolidEdgeAddIn Object  | ISolidEdgeAddIn Members

Send comments on this topic.