References > Creo Schematics 4.0 API Guide > The Uiextension Package > Interface UpdateProperties
  
Interface UpdateProperties
The function returns true when the properties of the object update from the contents of the Properties instance. When no update is performed it returns false.
public interface UpdateProperties
Hierarchical Diagram
None
Direct Known Subclasses
None
Constructor
None
Methods
update
This is an user method called to modify the values. After this method is called, the contents of the Properties class are examined and the property values are modified accordingly. Returns a Boolean true, or false. When true, the properties are updated from the contents of the Properties instance. When false, no update is performed.
public boolean update(Properties properties)
Where:
properties—A Properties instance containing the property name, type, and value.
Methods Inherited
None