| Visual Basic | |
|---|---|
Sub GetDebugAddIns( _ ByRef ppoAddIns() As EdmAddInInfo2 _ ) | |
| C# | |
|---|---|
void GetDebugAddIns( out EdmAddInInfo2[] ppoAddIns ) | |
| C++/CLI | |
|---|---|
void GetDebugAddIns( & [Out] array<EdmAddInInfo2>^ ppoAddIns ) | |
Parameters
- ppoAddIns
- Array of EdmAddInInfo2 structures; one structure for each debug add-in
See the IEdmAddInMgr5 examples.
You can install add-ins for debugging either of two ways:
- Right-clicking the Add-ins node in the SOLIDWORKS PDM Professional Administration Tool and clicking Debug Add-ins.
- Calling IEdmAddInMgr6::InstallDebugAddIn.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.4 of SOLIDWORKS PDM Professional