References > Creo Schematics 4.0 API Guide > The Design Package > Interface SelectFilter
  
Interface SelectFilter
Classes that implement this interface are used when calling Design.select.
public interface SelectFilter
Hierarchical Diagram
None
Direct Known Subclasses
None
Constructor
None
Methods
filter
Filters a PropertySet. Returns true if the PropertySet must be retained, False if the PropertySet must be discarded.
public Boolean filter(PropertySet pset)
Methods Inherited
None