| 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
See the IEdmAddInMgr9 examples.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2018