Get the value of an attribute value
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetAttributeValue( _
ByVal attrib_value_id As EntityID, _
ByVal t As AttributeType, _
ByVal db As IDatabase _
) As AttributeValue
This language is not supported or no code example is available.
public static AttributeValue GetAttributeValue(
EntityID attrib_value_id,
AttributeType t,
IDatabase db
)
This language is not supported or no code example is available.
public:
static AttributeValue^ GetAttributeValue(
EntityID^ attrib_value_id,
AttributeType t,
IDatabase^ db
)
This language is not supported or no code example is available.
public static function GetAttributeValue(
attrib_value_id : EntityID,
t : AttributeType,
db : IDatabase
) : AttributeValue;
This language is not supported or no code example is available.
Parameters
- attrib_value_id
 - 
		Type: EntityID 
		
the id of the attribute value
 
- t
 - 
		Type: AttributeType 
		
the type of the attribute
 
- db
 - 
		Type: IDatabase 
		
the db connection to use
 
Return Value
Type: AttributeValuethe attribute value to return, null if not found