| lcTIN_InterGetPoint | Home |
|
BOOL lcTIN_InterGetPoint ( HANDLE hTIN, int iPnt, double* pX, double* pY, double* pZ ); |
| hTIN | |
| Handle to a TIN object. | |
| iPnt | |
| Index of a point. | |
| pX pY pZ | |
| Pointers to variables that will receive point coordinates. | |
| If the function succeeds, the return value is nonzero (TRUE). |
|
Code sample
|