|
ION Java User's Guide: ION Java Class and Method Reference |
|
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. |
registerProperty(String PropertyName)
The name of the property.
None.
protected registerProperty(PropertyName);
IDL Online Help (March 06, 2007)