TrackLayerCollectionGetMinMaxDepth Method
Return the minimum and maximum required depths for the provided set of
layouts.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private MinMaxItem GetMinMaxDepth(
List<OperationLayoutItem> layouts
)
Private Function GetMinMaxDepth (
layouts As List(Of OperationLayoutItem)
) As MinMaxItem
No code example is currently available or this language may not be supported.
- layouts ListOperationLayoutItem
-
Reference to the set of layouts to test for minimum and maximum.
MinMaxItem
Reference to a minimum/maximum value representing the minimum and
maximum depths of the set of layout actions.
This method doesn't consider whether the specified depths for the
layer are within range for the current pass.