Click or drag to resize
HierarchicalAttributeTableAddParent Method
Adds the passed attribute table as parent to this one.

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

Parameters

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