 | AttributeTableSetValue Method |
Maps the passed key to the specified value in this attribute table,
if it has already been mapped before.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic virtual void SetValue(
Object key,
Object value
)
Public Overridable Sub SetValue (
key As Object,
value As Object
)
public:
virtual void SetValue(
Object^ key,
Object^ value
)
abstract SetValue :
key : Object *
value : Object -> unit
override SetValue :
key : Object *
value : Object -> unit
Parameters
- key
- Type: SystemObject
Key to map. - value
- Type: SystemObject
Value to map the key to.
Implements
IAttributeTableSetValue(Object, Object)
See Also