Click or drag to resize

GH_Light Constructor (GH_Light)

Create a duplicate of another GH_Light. This constructor also copies reference data.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Light(
	GH_Light other
)

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Light
GH_Light to duplicate
See Also