Click or drag to resize
HierarchicalAttributeTableInsertParent Method
Inserts the passed attribute table as parent to be consulted with the specified priority if a key can't be found in this one.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void InsertParent(
	int priority,
	IAttributeTable parent
)

Parameters

priority
Type: SystemInt32
Priority of the new parent.
parent
Type: Slash.Collections.AttributeTablesIAttributeTable
Parent to add.
See Also