Click or drag to resize

GH_StructureTRemoveData Method

Removes the first occurence of a data instance in the tree.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void RemoveData(
	T data
)

Parameters

data
Type: T
Data to remove.
See Also