| lcTIN_GetNextTrian | Home |
|
HANDLE lcTIN_GetNextTrian ( HANDLE hTrian ); |
| hTrian | |
| Handle to a TIN triangle. | |
|
Handle to the triangle that is placed after hTrian in the triangles list. If there are no triangles after hTrian, the function returns NULL. |
| lcTIN_GetFirstTrian |