Removes the specified search path.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Sub RemoveSearchPath( _
ByVal remPath As String _
) |
| Visual Basic (Usage) | |
|---|
Dim instance As ISwDMSearchOption
Dim remPath As String
instance.RemoveSearchPath(remPath)
|
| C# | |
|---|
void RemoveSearchPath(
string remPath
) |
| C++/CLI | |
|---|
void RemoveSearchPath(
& String^ remPath
) |
Parameters
- remPath
- Search path to remove; for example, C:\parts
See Also
Availability
SolidWorks Document Manager API 2004 FCS