| Visual Basic | |
|---|---|
Sub GetAddInInfo( _ ByVal bsPath As System.String, _ ByRef poReserved As System.Object, _ ByRef poInfo As EdmAddInInfo _ ) | |
| C# | |
|---|---|
void GetAddInInfo( System.string bsPath, ref System.object poReserved, out EdmAddInInfo poInfo ) | |
| C++/CLI | |
|---|---|
void GetAddInInfo( & System.String^ bsPath, & System.Object^% poReserved, & [Out] EdmAddInInfo poInfo ) | |
Parameters
- bsPath
- Path to the DLL about which to get information
- poReserved
- Null only
- poInfo
- EdmAddInInfo structure; returned add-in information
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
Version 6.4 of SOLIDWORKS PDM Professional