Hide Table of Contents
ExtractInstalledAddIn Method (IEdmAddInMgr8)

Extracts files from the specified add-in and places them in the specified folder.

Syntax

Visual Basic (Declaration) 
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

Remarks

This method performs a subset of the functionality of IEdmAddInMgr8::GetInstalledAddIn.

Return codes:

  • 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.
 

See Also

Availability

SOLIDWORKS Enterprise PDM 2010


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   ExtractInstalledAddIn Method (IEdmAddInMgr8)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2015 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.