Click or drag to resize

GH_Interval Constructor (Interval)

Create a duplicate of another interval

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Interval(
	Interval interval
)

Parameters

interval
Type: Interval
Interval to copy. If null, a default interval will be created.
See Also