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

setProperty()

The setProperty() method sets a property for the contour object.

Syntax

public final void setProperty(String sName, IONVariable vValue)

Arguments

sName

The name of the property to set.

vValue

The value of the property.

Properties Supported

The IDL Contour properties are supported by IONContour.[get,set]Property are the same as those covered in getProperty(). Refer to the IDL documentation on keywords available for use with the CONTOUR procedure for an explanation of each property.

Exceptions

None.

  IDL Online Help (March 06, 2007)