 | HierarchicalAttributeTable Constructor (IAttributeTable) |
Constructs a new, empty attribute table with the specified parents.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic HierarchicalAttributeTable(
params IAttributeTable[] parents
)
Public Sub New (
ParamArray parents As IAttributeTable()
)
public:
HierarchicalAttributeTable(
... array<IAttributeTable^>^ parents
)
new :
parents : IAttributeTable[] -> HierarchicalAttributeTable
Parameters
- parents
- Type: Slash.Collections.AttributeTablesIAttributeTable
Parent tables to consult if a key can't be found.
See Also