Click or drag to resize
IAttributeTableSetValue Method
Puts the attribute with the specified key and value into the attribute table. If already existing in attribute table, the current value is overwritten.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
void SetValue(
	Object attributeKey,
	Object attributeValue
)

Parameters

attributeKey
Type: SystemObject
Attribute key.
attributeValue
Type: SystemObject
Attribute value.
See Also