Get the values of a list of attribute values             NOTE: we need to refactor all the attribute methods for the future.
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
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
 - 
		Type: List<Tuple<EntityID, AttributeType>> 
		
the list of id and attribute type of the attribute values
 
- db
 - 
		Type: IDatabase 
		
the db connection to use
 
Return Value
Type: List<AttributeValue>the attribute value to return, null if not found