Select Method (ISketchContour)
Obsolete. Superseded by ISketchContour::Select2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Select( _
ByVal Append As Boolean, _
ByVal Mark As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchContour
Dim Append As Boolean
Dim Mark As Integer
Dim value As Boolean
value = instance.Select(Append, Mark)
|
Parameters
- Append
-
- Mark
-
See Also