 | AttributeTable Constructor (IAttributeTable) |
Constructs a new attribute table, copying all content of the passed
original one.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic AttributeTable(
IAttributeTable original
)
Public Sub New (
original As IAttributeTable
)
public:
AttributeTable(
IAttributeTable^ original
)
new :
original : IAttributeTable -> AttributeTable
Parameters
- original
- Type: Slash.Collections.AttributeTablesIAttributeTable
Attribute table to copy.
See Also