UserToolItemClone Method
Create a deep clone of the caller's item and return it.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static UserToolItem Clone(
UserToolItem tool
)
Public Shared Function Clone (
tool As UserToolItem
) As UserToolItem
No code example is currently available or this language may not be supported.
- tool UserToolItem
-
Reference to the user tool item to be cloned.
UserToolItem
Reference to the newly created user tool item that has been deeply
duplicated.