XYZSetFill switches the color gradient for the isoline diagram on or off.
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.
bFill is TRUE (1), when the areas between the isolines should be filled and otherwise FALSE (0).
Comment
Changes come into effect after the function XYZUpdate is called.
id-678790