XYZSet3DSurfaceAttribΒΆ

XYZSet3DSurfaceAttrib specifies how the surface grid is plotted.

bool = XYZSet3DSurfaceAttrib(hData, nAttrib)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

The handle of a dataset created with XYZCreate.

nAttrib

nAttrib is one of the following values:

Value Meaning
0 Plot Grid
1 Plot Grid and Isolines
2 Plot only x-Gridlines
3 Plot only y-Gridlines

id-1605856