References > Creo Schematics 4.0 API Guide > The Uiextension Package > Interface ValidateProperties
  
Interface ValidateProperties
The ValidateProperties interface checks whether a group of properties and their values can be set.
public interface ValidateProperties
Hierarchical Diagram
None
Direct Known Subclasses
None
Constructor
None
Methods
canSet
Checks whether the set of properties on a particular PropertySet are allowed. Returns true if the set is allowed, false otherwise.
public boolean canSet(Properties properties)
Where:
properties—An instance of the Properties container holding details of the PropertySet properties.
Throws: RSDException
Methods Inherited
None