![]() | AttributeTableExtensionsTryGetValue Method |
Name | Description | |
---|---|---|
![]() ![]() | TryGetValueT(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.
|
![]() ![]() | TryGetValue(IAttributeTable, Object, Type, Object) |
Tries to retrieve the value the passed key is mapped to within this
attribute table and expects the specified type.
|