| lcPlineAddVer | Home |
|
HANDLE lcPlineAddVer ( HANDLE hPline, HANDLE hVertex, double X, double Y ); |
| hPline | |
| Handle to a polyline object. | |
| hVertex | |
| Handle to the polyline vertex, or NULL. | |
| X Y | |
| Coordinates of the new vertex. | |
| Handle to the new Vertex object or NULL if the function fails. |
| The new vertex is inserted before the specified vertex. If hVertex is NULL, it is appended to the end of the polyline. |
| lcPlineAddVer2, lcPlineDeleteVer, lcBlockAddPolyline |