Click or drag to resize

GH_Field Constructor (GH_Field)

Copy constructor.

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_Field
Field to duplicate.
See Also