Click or drag to resize

GH_DigitNumber Constructor (GH_DigitNumber)

Create an exact duplicate of another GH_DigitNumber instance.

Namespace:  Grasshopper.GUI.Base
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_DigitNumber(
	GH_DigitNumber other
)

Parameters

other
Type: Grasshopper.GUI.BaseGH_DigitNumber
Number to copy.
See Also