Click or drag to resize
AttributeTableAdd Method (Object)
Adds the specified attribute pair (key/value) to the attribute table.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void Add(
	Object attributePair
)

Parameters

attributePair
Type: SystemObject
Attribute pair to add.
See Also