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


oNameOrID
ID or name of the add-in to remove
Removes the specified add-in.

Syntax

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

Parameters

oNameOrID
ID or name of the add-in to remove

Example

See the IEdmAddInMgr9 examples.

Remarks

Return codes:

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

See Also

Availability

SOLIDWORKS PDM Professional 2018