Interface ILspPaintGroupSet


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

    • getPaintGroups

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

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

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