GH_Variant.Duplicate Method

GH_VariantDuplicate Method

Duplicate this Variant. If the type of this Variant is [unknown] the contents are not guaranteed to be duplicated.

Namespace:  Grasshopper.Kernel.Expressions
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Variant Duplicate()
Public Function Duplicate As GH_Variant

Return Value

Type: GH_Variant
See Also