 | AttributeTableAddRange Method |
Adds all content of the passed attribute table to this one.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic void AddRange(
IAttributeTable attributeTable
)
Public Sub AddRange (
attributeTable As IAttributeTable
)
public:
virtual void AddRange(
IAttributeTable^ attributeTable
) sealed
abstract AddRange :
attributeTable : IAttributeTable -> unit
override AddRange :
attributeTable : IAttributeTable -> unit
Parameters
- attributeTable
- Type: Slash.Collections.AttributeTablesIAttributeTable
Table to add the content of.
Implements
IAttributeTableAddRange(IAttributeTable)
See Also