lcRPlanGetNextVer Home

Returns a handle to the vertex that is placed after the specified vertex in a road plan object.

 HANDLE lcRPlanGetNextVer (
   HANDLE hRPlan,
   HANDLE hVertex
 );

Parameters
hRPlan
  Handle to a road plan object.
hVertex
  Handle to the road plan vertex.

Return Value

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

See Also

  lcRPlanGetFirstVerlcRPlanGetLastVerlcRPlanGetPrevVer