Click or drag to resize
AttributeTable Constructor (IAttributeTable)
Constructs a new attribute table, copying all content of the passed original one.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public AttributeTable(
	IAttributeTable original
)

Parameters

original
Type: Slash.Collections.AttributeTablesIAttributeTable
Attribute table to copy.
See Also