OperationLayoutCollectionGetIndexRanges Method
Return a list of index ranges occupied by the items in the list of
operation layout item lists.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public IntRangeCollection GetIndexRanges(
List<List<OperationLayoutItem>> contiguousSets
)
Public Function GetIndexRanges (
contiguousSets As List(Of List(Of OperationLayoutItem))
) As IntRangeCollection
No code example is currently available or this language may not be supported.
- contiguousSets ListListOperationLayoutItem
-
List of operation layout item lists containing references to the
objects to index within the collection.
IntRangeCollection
Reference to an int range collection containing the beginning and
ending indices of each of the sets in the catalog.