Select the loop.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select( _
ByVal Edge As System.Object, _
ByVal Append As System.Boolean, _
ByVal SelectionData As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ILoop2
Dim Edge As System.Object
Dim Append As System.Boolean
Dim SelectionData As System.Object
Dim value As System.Boolean
value = instance.Select(Edge, Append, SelectionData) |
Parameters
- Edge
- Edge of the loop
- Append
- True to append this selection to the selection list, false to replace the selection list with this selection
- SelectionData
- ISelectData object
Return Value
True if the loop is selected, false if not
See Also
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0