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