| lcRPlanGetNextVer | Home |
|
HANDLE lcRPlanGetNextVer ( HANDLE hRPlan, HANDLE hVertex ); |
| hRPlan | |
| Handle to a road plan object. | |
| hVertex | |
| Handle to the road plan vertex. | |
| Handle to the vertex that is placed after hVertex in the road plan. If there are no vertex after hVertex, the function returns NULL. |
| lcRPlanGetFirstVer, lcRPlanGetLastVer, lcRPlanGetPrevVer |