Click or drag to resize
IAttributeTableRemoveValue 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
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.
See Also