SOLIDWORKS PDM Professional API Help Send Feedback
RemoveDebugAddIn Method (IEdmAddInMgr6)
See Also 
EPDM.Interop.epdm Namespace > IEdmAddInMgr6 Interface : RemoveDebugAddIn Method (IEdmAddInMgr6)


oAddIn
Contains either the path to the DLL of the add-in to remove or the ID of the class that implements IEdmAddIn5
Removes an add-in that has been installed for debugging.

Syntax

Visual Basic 
Sub RemoveDebugAddIn( _
   ByVal oAddIn As System.Object _
) 
C# 
void RemoveDebugAddIn( 
   System.object oAddIn
)
C++/CLI 
void RemoveDebugAddIn( 
&   System.Object^ oAddIn
) 

Parameters

oAddIn
Contains either the path to the DLL of the add-in to remove or the ID of the class that implements IEdmAddIn5

Remarks

You can install add-ins for debugging either of two ways:

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: One of the arguments is invalid.
 

See Also

Availability

Version 6.4 of SOLIDWORKS PDM Professional or later