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