| lcTIN_AddPoint2 | Home |
|
HANDLE lcTIN_AddPoint2 ( double X, double Y, double Z, LPCWSTR szName, double szDescr, int iColor ); |
| X Y Z | |
| Point coordinates. | |
| szName | |
| Point name. | |
| szDescr | |
| Point description. | |
| Color | |
| Index of Point color (0...LC_PROP_TIN_NCOLPNT-1) | |
|
Handle to the created point object. If the function fails, the return value is NULL. |
| lcTIN_AddPoint, lcTIN_LoadPoints |