 | HierarchicalAttributeTableHasParent Method |
Checks whether the passed attribute table is a parent of this one.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic bool HasParent(
IAttributeTable parent
)
Public Function HasParent (
parent As IAttributeTable
) As Boolean
public:
bool HasParent(
IAttributeTable^ parent
)
member HasParent :
parent : IAttributeTable -> bool
Parameters
- parent
- Type: Slash.Collections.AttributeTablesIAttributeTable
Table to check.
Return Value
Type:
Booleantrue, if the passed table is a parent of this one, and false otherwise.
See Also