OperationLayoutCollectionFindAllContiguous Method
Return a list of operation layout lists, where each list contains a
set of contiguous items matching the specified pattern.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public List<List<OperationLayoutItem>> FindAllContiguous(
Predicate<OperationLayoutItem> match
)
Public Function FindAllContiguous (
match As Predicate(Of OperationLayoutItem)
) As List(Of List(Of OperationLayoutItem))
No code example is currently available or this language may not be supported.
- match PredicateOperationLayoutItem
-
Reference to the pattern predicate to match.
ListListOperationLayoutItem
Reference to a new list of operation layout lists where each list
represents a set of matching items. Otherwise, an empty list of lists.