lcMlineGetNextVer Home

Returns a handle to the vertex that is placed after the specified vertex in a multiline.

 HANDLE lcMlineGetNextVer (
   HANDLE hMline
   HANDLE hVertex
 );

Parameters
hMline
  Handle to a multiline object.
hVertex
  Handle to the multiline vertex.

Return Value

  Handle to the vertex that is placed after hVertex in the multiline. If there are no vertex after hVertex, the function returns NULL.

See Also

  lcMlineGetFirstVerlcMlineGetLastVerlcMlineGetPrevVer