Selects the sketch hatch and marks it.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select4( _
ByVal Append As Boolean, _
ByVal Data As SelectData _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchHatch
Dim Append As Boolean
Dim Data As SelectData
Dim value As Boolean
value = instance.Select4(Append, Data)
|
C++/CLI | |
---|
bool Select4(
& 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 the sketch hatch is selected, false if not
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0