Click or drag to resize
AttributeTableGetValue Method
Overload List
  NameDescription
Public methodGetValue(Object)
Returns the attribute with the specified key. If no attribute is found, an exception is thrown.
Public methodGetValueT(Object)
Returns the attribute with the specified key casted to the specified type. If no attribute with the specified key is found or the attribute can't be casted to the specified type, an exception is thrown.
Top
See Also