Inserts a point.
| Visual Basic | |
|---|---|
Function InsertPoint( _ ByVal PointX As System.Double, _ ByVal PointY As System.Double, _ ByVal PointZ As System.Double _ ) As Point | |
Parameters
- PointX
- x coordinate where to insert the point
- PointY
- y coordinate where to insert the point
- PointZ
- z coordinate where to insert the point
- Point[out] or Return Value
- Point
DraftSight V1R1.1
Syntax