Click or drag to resize

GH_IndexRange Constructor (Int32)

Create a new singular range.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_IndexRange(
	int index
)

Parameters

index
Type: SystemInt32
Index of range start and end.
See Also