| lcTIN_GetNextPoint | Home |
|
HANDLE lcTIN_GetNextPoint ( HANDLE hTinPnt ); |
| hTinPnt | |
| Handle to a TIN point. | |
|
Handle to the point that is placed after hTinPnt in the points list. If there are no points after hTinPnt, the function returns NULL. |
| lcTIN_GetFirstPoint |