Click or drag to resize
AttributeTableAddRange Method
Adds all content of the passed attribute table to this one.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void AddRange(
	IAttributeTable attributeTable
)

Parameters

attributeTable
Type: Slash.Collections.AttributeTablesIAttributeTable
Table to add the content of.

Implements

IAttributeTableAddRange(IAttributeTable)
See Also