TrackLayerCollectionAddPrecedingExplicitMoves Method
Add explicit moves that directly precede the current layout item.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private FPoint AddPrecedingExplicitMoves(
OperationLayoutCollection layouts,
int layoutIndex,
IntRangeCollection moveIndices,
TrackToolItem tool,
FPoint location
)
Private Function AddPrecedingExplicitMoves (
layouts As OperationLayoutCollection,
layoutIndex As Integer,
moveIndices As IntRangeCollection,
tool As TrackToolItem,
location As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- layouts OperationLayoutCollection
-
Reference to the collection of layouts being processed.
- layoutIndex Int32
-
Index of the current layout within the collection.
- moveIndices IntRangeCollection
-
Collection of explicit move element ranges within the layout
collection.
- tool TrackToolItem
-
Reference to the currently selected tool for the operation.
- location FPoint
-
Reference to the starting location.
FPoint
Reference to the last-known current location.