Interface ILspPaintGroupSet
public interface ILspPaintGroupSet
A set of paint groups.
- Since:
- 2012.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetPaintGroupById(Object aPaintGroupId) getPaintGroupByObject(Object aObject)
-
Method Details
-
getPaintGroups
List<TLspPaintGroup> getPaintGroups()- Returns:
- a list of all current paint groups
-
getPaintGroupById
- Parameters:
aPaintGroupId- a paint group id- Returns:
- the paint group with the specified id or
null
-
getPaintGroupByObject
- Parameters:
aObject- an object- Returns:
- the paint group that contains specified id or
null
-