XYZGet3DSurfaceAttribΒΆ

The XYZGet3DSurfaceAttrib funcion returns a value that specifies how the surface grid is plotted.

nAttrib = XYZGet3DSurfaceAttrib(hData)

Return Value

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

Parameters

hData

The handle of a dataset created with XYZCreate.

id-1556704