Sets the folder search settings as shown in
Tools, Options, System Options, External References.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSearchFolders( _
ByVal FolderType As Integer, _
ByVal Folders As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim FolderType As Integer
Dim Folders As String
Dim value As Boolean
value = instance.SetSearchFolders(FolderType, Folders)
|
Parameters
- FolderType
- The search folder type; the only type currently supported is swDocumentType; for an up-to-date listing, see swSearchFolderTypes_e
- Folders
String containing all of the search folders; each search folder should be separated by a semicolon
Return Value
True if the search folders were set, false if not
Remarks
See Also