Deletes a point on this spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DeletePoint( _
ByVal Point As SketchPoint _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchSpline
Dim Point As SketchPoint
Dim value As Boolean
value = instance.DeletePoint(Point)
|
C# | |
---|
bool DeletePoint(
SketchPoint Point
) |
C++/CLI | |
---|
bool DeletePoint(
& SketchPoint^ Point
) |
Parameters
- Point
- Sketch point to delete
Return Value
True if the point is deleted, false if not
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0