 | 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.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic void InsertParent(
int priority,
IAttributeTable parent
)
Public Sub InsertParent (
priority As Integer,
parent As IAttributeTable
)
public:
void InsertParent(
int priority,
IAttributeTable^ parent
)
member InsertParent :
priority : int *
parent : IAttributeTable -> unit
Parameters
- priority
- Type: SystemInt32
Priority of the new parent. - parent
- Type: Slash.Collections.AttributeTablesIAttributeTable
Parent to add.
See Also