Selects the sketch contour and marks it.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select2( _
ByVal Append As Boolean, _
ByVal Data As SelectData _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchContour
Dim Append As Boolean
Dim Data As SelectData
Dim value As Boolean
value = instance.Select2(Append, Data)
|
C++/CLI | |
---|
bool Select2(
& bool Append,
& SelectData^ Data
) |
Parameters
- Append
- True appends the selection to the selection list, false replaces the selection list with this selection
- Data
- ISelectData object
Return Value
True if sketch contour selected, false if not
Example
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0