| lcTIN_AddPoint | Home |
|
BOOL lcTIN_AddPoint ( HANDLE hTIN, LPCWSTR szNamePtype, double X, double Y, double Z ); |
| hTIN | |
| Handle to a TIN object. If NULL then points will be stored in inner buffer, for creation new TIN object. See function lcBlockAddTIN. | |
| szNamePtype | |
| Name of point type. If it does not exist then new point type will be added. | |
| X Y Z | |
| Point coordinates. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| Code sample, lcTIN_PntGetFirst, lcTIN_PntGetNext |