Click or drag to resize
AttributeTableExtensionsTryGetValue Method
Overload List
  NameDescription
Public methodStatic memberTryGetValueT(IAttributeTable, Object, T)
Tries to retrieve the value the specified key is mapped to within this attribute table. Additionally checks that the type of the value is correct. Only classes are allowed as the method wouldn't be AOT compatible otherwise.
Public methodStatic memberTryGetValue(IAttributeTable, Object, Type, Object)
Tries to retrieve the value the passed key is mapped to within this attribute table and expects the specified type.
Top
See Also