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

registerProperty()

The registerProperty() method is used to register a property name as being valid. When the setProperty() or getProperty() methods are called, they check the validity of the object against the list of valid properties.


Note
This is a protected method, and can only be accessed from objects that subclass the IONGrGraphic class.

Syntax

registerProperty(String PropertyName)

Arguments

PropertyName

The name of the property.

Exceptions

None.

Example

protected registerProperty(PropertyName);  

  IDL Online Help (March 06, 2007)