Saves the current advanced component selection list to the specified file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveCriteria( _
ByVal CriteriaFileName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedSelectionCriteria
Dim CriteriaFileName As String
Dim value As Boolean
value = instance.SaveCriteria(CriteriaFileName)
|
Parameters
- CriteriaFileName
- Path and filename to which to save the current advanced component selection list;
filename extension must be .sqy
Return Value
True if current advanced component selection list is saved, false if not
Example
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14