GH_Structure(T).RemoveData Method

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
)
Public Sub RemoveData ( 
	data As T
)

Parameters

data
Type: T
Data to remove.
See Also