GH_ConnectivityNode Constructor

GH_ConnectivityNode Constructor

Initializes a new instance of the GH_ConnectivityNode class

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ConnectivityNode(
	GH_ConnectivityNode other
)
Public Sub New ( 
	other As GH_ConnectivityNode
)

Parameters

other
Type: Grasshopper.KernelGH_ConnectivityNode
See Also