Click or drag to resize
AttributeTableRemoveValue Method
Removes the passed key from this attribute table.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public virtual bool RemoveValue(
	Object key
)

Parameters

key
Type: SystemObject
Key to remove.

Return Value

Type: Boolean
true, if the key has been removed, and false otherwise.

Implements

IAttributeTableRemoveValue(Object)
See Also