OperationLayoutCollectionGetIndexRanges Method

Return a list of index ranges occupied by the items in the list of operation layout item lists.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public IntRangeCollection GetIndexRanges(
	List<List<OperationLayoutItem>> contiguousSets
)

Parameters

contiguousSets  ListListOperationLayoutItem
List of operation layout item lists containing references to the objects to index within the collection.

Return Value

IntRangeCollection
Reference to an int range collection containing the beginning and ending indices of each of the sets in the catalog.

See Also