Attribute.GetAttributeValues Method
Public Shared Function GetAttributeValues( _
ByVal attrib_values As List(Of Tuple(Of EntityID, AttributeType)), _
ByVal db As IDatabase _
) As List(Of AttributeValue)
This language is not supported or no code example is available.
public static List<AttributeValue> GetAttributeValues(
List<Tuple<EntityID, AttributeType>> attrib_values,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<AttributeValue^>^ GetAttributeValues(
List<Tuple<EntityID^, AttributeType>^>^ attrib_values,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- attrib_values
- List<Tuple<EntityID, AttributeType>>
the list of id and attribute type of the attribute values
- db
- IDatabase
the db connection to use
Return Value
List<AttributeValue>the attribute value to return, null if not found