Removes the specified add-in.
Syntax
Visual Basic (Declaration) | |
---|
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
Remarks
See Also
Availability
SOLIDWORKS PDM Professional 2018