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

setYValue()

The setYValue() method resets the Y value of the surface.

Syntax

public void setYValue(int Y[])

public void setYValue(float Y[])

public void setYValue(double Y[])

public void setYValue(String sName)

Arguments

Y

The new Y value of the surface.

sName

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

Exceptions

None.

  IDL Online Help (March 06, 2007)