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