Interface ILspPaintGroupSet


public interface ILspPaintGroupSet
A set of paint groups.
Since:
2012.0
See Also:
  • Method Details Link icon

    • getPaintGroups Link icon

      List<TLspPaintGroup> getPaintGroups()
      Returns:
      a list of all current paint groups
    • getPaintGroupById Link icon

      TLspPaintGroup getPaintGroupById(Object aPaintGroupId)
      Parameters:
      aPaintGroupId - a paint group id
      Returns:
      the paint group with the specified id or null
    • getPaintGroupByObject Link icon

      TLspPaintGroup getPaintGroupByObject(Object aObject)
      Parameters:
      aObject - an object
      Returns:
      the paint group that contains specified id or null