OperationLayoutItemClone Method
Return a deep clone of the provided operation layout item.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static OperationLayoutItem Clone(
OperationLayoutItem item
)
Public Shared Function Clone (
item As OperationLayoutItem
) As OperationLayoutItem
No code example is currently available or this language may not be supported.
- item OperationLayoutItem
-
Reference to the item to clone.
OperationLayoutItem
Reference to the newly cloned operation layout item.