Adds a point to this spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertPoint( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchSpline
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Boolean
value = instance.InsertPoint(X, Y, Z) |
C# | |
---|
System.bool InsertPoint(
System.double X,
System.double Y,
System.double Z
) |
C++/CLI | |
---|
System.bool InsertPoint(
& System.double X,
& System.double Y,
& System.double Z
) |
Parameters
- X
- x coordinate for the point
- Y
y coordinate for the point
- Z
z coordinate for the point
Return Value
True if a point is added, false if not
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0