Click or drag to resize

GH_Path Constructor (Int32)

Creates a new path from a series of elements.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Path(
	params int[] args
)

Parameters

args
Type: SystemInt32
The index values of this path, if null, an empty path is created.
See Also