Click or drag to resize
HierarchicalAttributeTableHasParent Method
Checks whether the passed attribute table is a parent of this one.

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

Parameters

parent
Type: Slash.Collections.AttributeTablesIAttributeTable
Table to check.

Return Value

Type: Boolean
true, if the passed table is a parent of this one, and false otherwise.
See Also