Previous ION Java User's Guide: ION Java Class and Method Reference Next

setZValue()

The setZValue() method resets the Z value of the surface.

Syntax

public void setZValue(int Z[][])

public void setZValue(float Z[][])

public void setZValue(double Z[][])

public void setZValue(String sName)

Arguments

Z

The new Z value of the surface.

sName

The name of the IDL variable that contains the new Z value of the surface.

Exceptions

None.

  IDL Online Help (March 06, 2007)