 | HierarchicalAttributeTableAddParent Method |
Adds the passed attribute table as parent to this one.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic void AddParent(
IAttributeTable parent
)
Public Sub AddParent (
parent As IAttributeTable
)
public:
void AddParent(
IAttributeTable^ parent
)
member AddParent :
parent : IAttributeTable -> unit
Parameters
- parent
- Type: Slash.Collections.AttributeTablesIAttributeTable
Parent to add.
See Also