Saves the search criteria to the specified file (
.sqy).
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveToFile( _
ByVal filename As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWSearchCriteria
Dim filename As System.String
Dim value As System.Boolean
value = instance.SaveToFile(filename) |
C# | |
---|
System.bool SaveToFile(
System.string filename
) |
C++/CLI | |
---|
System.bool SaveToFile(
& System.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