GH_StructureTDuplicate Method |
Create an exact duplicate of this structure. All data items are copied as well.
Namespace:
Grasshopper.Kernel.Data
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_Structure<T> Duplicate()
Public Function Duplicate As GH_Structure(Of T)
Return Value
Type:
GH_StructureTSee Also