Selects the component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select4( _
ByVal Append As System.Boolean, _
ByVal Data As SelectData, _
ByVal As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IComponent2
Dim Append As System.Boolean
Dim Data As SelectData
Dim ShowPopup As System.Boolean
Dim value As System.Boolean
value = instance.Select4(Append, Data, ShowPopup) |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.IComponent2~Select4.html# | |
---|
System.bool Select4(
System.bool Append,
SelectData Data,
System.bool
) |
C++/CLI | |
---|
System.bool Select4(
& System.bool Append,
& SelectData^ Data,
& System.bool
) |
Parameters
- Append
- True appends the selection to the selection list, false replaces the selection list
- Data
- Pointer to the ISelectData object
- ShowPopup
- True to show shortcut menu, false to not
Example
See Also
Availability
SOLIDWORKS 2009 FCS, Revision Number 17.