Click or drag to resize
HierarchicalAttributeTableRemoveParent Method
Removes the passed parent from this attribute table.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void RemoveParent(
	IAttributeTable parent
)

Parameters

parent
Type: Slash.Collections.AttributeTablesIAttributeTable
Parent to remove.
See Also