| Visual Basic | |
|---|---|
Sub AddAddIns( _ ByVal bsPathList As System.String, _ ByVal lEdmAddAddInFlags As System.Integer, _ ByRef poReserved As System.Object _ ) | |
| C# | |
|---|---|
void AddAddIns( System.string bsPathList, System.int lEdmAddAddInFlags, ref System.object poReserved ) | |
| C++/CLI | |
|---|---|
void AddAddIns( & System.String^ bsPathList, & System.int lEdmAddAddInFlags, & System.Object^% poReserved ) | |
Parameters
- bsPathList
- Linefeed-separated list of path and file names of add-in files
- lEdmAddAddInFlags
- Add-in option as defined in EdmAddAddInFlags
- poReserved
- Nothing or null
See the IEdmAddInMgr5 examples.
Version 5.2 of SOLIDWORKS PDM Professional