 | HierarchicalAttributeTableRemoveParent Method |
Removes the passed parent from this attribute table.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic void RemoveParent(
IAttributeTable parent
)
Public Sub RemoveParent (
parent As IAttributeTable
)
public:
void RemoveParent(
IAttributeTable^ parent
)
member RemoveParent :
parent : IAttributeTable -> unit
Parameters
- parent
- Type: Slash.Collections.AttributeTablesIAttributeTable
Parent to remove.
See Also