lcPlineDeleteVer Home

Deletes a vertex from a polyline object.

 BOOL lcPlineDeleteVer (
   HANDLE hPline,
   HANDLE hVertex
 );

Parameters
hPline
  Handle to a polyline object.
hVertex
  Handle to the polyline vertex.
If NULL is specified then all vertices will be deleted.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPlineAddVer