Loads the specified query file (
.sqy) and makes it the current advanced component selection list.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function LoadCriteria( _
ByVal CriteriaFileName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAdvancedSelectionCriteria
Dim CriteriaFileName As System.String
Dim value As System.Boolean
value = instance.LoadCriteria(CriteriaFileName) |
Parameters
- CriteriaFileName
- Path and filename of query file (.sqy)
Return Value
True if query file loads, false if not
Example
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14