Saves the search criteria to the specified file (
.sqy).
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveToFile( _
ByVal filename As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchCriteria
Dim filename As String
Dim value As Boolean
value = instance.SaveToFile(filename)
|
C++/CLI | |
---|
bool SaveToFile(
& String^ filename
) |
Parameters
- filename
- Path and filename of the file to which to save the search criteria
Return Value
True if the search criteria is saved to the specified file, false if not
Example
See Also
Availability
SolidWorks Workgroup PDM 2006 FCS