Click or drag to resize
AttributeTableGetValue Method (Object)
Returns the attribute with the specified key. If no attribute is found, an exception is thrown.

Namespace: Slash.Collections.AttributeTables
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public virtual Object GetValue(
	Object attributeKey
)

Parameters

attributeKey
Type: SystemObject
Attribute key.

Return Value

Type: Object
Value of attribute with the specified key.

Implements

IAttributeTableGetValue(Object)
Exceptions
ExceptionCondition
KeyNotFoundExceptionSpecified key wasn't found.
See Also