 | IAttributeTableRemoveValue Method |
Removes the passed key from this attribute table.
Namespace: Slash.Collections.AttributeTablesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxbool RemoveValue(
Object key
)
Function RemoveValue (
key As Object
) As Boolean
bool RemoveValue(
Object^ key
)
abstract RemoveValue :
key : Object -> bool
Parameters
- key
- Type: SystemObject
Key to remove.
Return Value
Type:
Booleantrue, if the key has been removed, and
false otherwise.
See Also