XYZInsertLabel lables isolines with their z-values.
Return Value
If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).
Parameters
The handle of a dataset created with XYZCreate.
rvP1P2 is a vector with 4 elements:
| Value | Meaning |
|---|---|
| rvP1P2[1] | x-coordinate from point 1 (P1) |
| rvP1P2[2] | y-coordinate from point 1 (P1) |
| rvP1P2[3] | x-coordinate from point 2 (P2) |
| rvP1P2[4] | y-coordinate from point 2 (P2) |
The coordinates will be entered as world coordinates. The lables will be inserted at the intersection points of the isolines and the straight line between P1 and P2
History
| Version | Description |
|---|---|
| 5.0.0 | The function will switch to user labels, see XYZSetLabelTypeIsolines. |
id-128941