TrackLayerCollectionGetMinMaxDepth Method

Return the minimum and maximum required depths for the provided set of layouts.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private MinMaxItem GetMinMaxDepth(
	List<OperationLayoutItem> layouts
)

Parameters

layouts  ListOperationLayoutItem
Reference to the set of layouts to test for minimum and maximum.

Return Value

MinMaxItem
Reference to a minimum/maximum value representing the minimum and maximum depths of the set of layout actions.

Remarks

This method doesn't consider whether the specified depths for the layer are within range for the current pass.

See Also