OperationLayoutCollectionNextMatchAfter Method
Return a reference to the next match after the specified current item.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public OperationLayoutItem NextMatchAfter(
OperationLayoutItem currentItem,
Predicate<OperationLayoutItem> match
)
Public Function NextMatchAfter (
currentItem As OperationLayoutItem,
match As Predicate(Of OperationLayoutItem)
) As OperationLayoutItem
No code example is currently available or this language may not be supported.
- currentItem OperationLayoutItem
-
Reference to the current item under test.
- match PredicateOperationLayoutItem
-
Reference to the pattern predicate to match.
OperationLayoutItem
Reference to the next operation layout item matching the predicate
after the caller's specified item in the list, if found. Otherwise,
null.