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

setXValue()

The setXValue() method resets the X value of the surface.

Syntax

public void setXValue(int X[])

public void setXValue(float X[])

public void setXValue(double X[])

public void setXValue(String sName)

Arguments

X

The new X value of the surface.

sName

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

Exceptions

None.

  IDL Online Help (March 06, 2007)