 | 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.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxvoid SetValue(
Object attributeKey,
Object attributeValue
)
Sub SetValue (
attributeKey As Object,
attributeValue As Object
)
void SetValue(
Object^ attributeKey,
Object^ attributeValue
)
abstract SetValue :
attributeKey : Object *
attributeValue : Object -> unit
Parameters
- attributeKey
- Type: SystemObject
Attribute key. - attributeValue
- Type: SystemObject
Attribute value.
See Also