Selects the specified drawing component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select( _
ByVal Append As Boolean, _
ByVal Data As SelectData _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingComponent
Dim Append As Boolean
Dim Data As SelectData
Dim value As Boolean
value = instance.Select(Append, Data)
|
C++/CLI | |
---|
bool Select(
& bool Append,
& SelectData^ Data
) |
Parameters
- Append
- True to append this selection to the selection list, false to replace the selection list with this selection
- Data
- Pointer to the ISelectData object
Return Value
True if the drawing component is selected, false if not
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0