| Visual Basic | |
|---|---|
Sub ExtractInstalledAddIn( _ ByVal oNameOrID As System.Object, _ ByVal bsExtractPath As System.String, _ ByRef ppoFiles() As EdmAddInFileInfo _ ) | |
| C# | |
|---|---|
void ExtractInstalledAddIn( System.object oNameOrID, System.string bsExtractPath, out EdmAddInFileInfo[] ppoFiles ) | |
| C++/CLI | |
|---|---|
void ExtractInstalledAddIn( & System.Object^ oNameOrID, & System.String^ bsExtractPath, & [Out] array<EdmAddInFileInfo>^ ppoFiles ) | |
Parameters
- oNameOrID
- ID or name of the add-in from which to extract files
- bsExtractPath
- Path to the folder to which to extract files; ignored if empty
- ppoFiles
- Array of EdmAddInFileInfo structures, one structure for each extracted file
This method performs a subset of the functionality of IEdmAddInMgr8::GetInstalledAddIn.
- S_OK: The method successfully executed.
- E_EDM_INVALID_ID: oNameOrID specified an ID that was not found.
- E_EDM_INVALID_NAME: oNameOrID specified a name that was not found.
- E_EDM_FOLDER_NOT_FOUND: bsExtractPath contained a path to a missing folder.
SOLIDWORKS PDM Professional 2010