Set the entity associations
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub SetEntityAssociations( _
ByVal entity_id As EntityID, _
ByVal type As EntityType, _
ByVal assocs As List(Of Tuple(Of EntityID, EntityType, String)), _
ByVal owner_id As EntityID, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void SetEntityAssociations(
EntityID entity_id,
EntityType type,
List<Tuple<EntityID, EntityType, string>> assocs,
EntityID owner_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void SetEntityAssociations(
EntityID^ entity_id,
EntityType type,
List<Tuple<EntityID^, EntityType, String^>^>^ assocs,
EntityID^ owner_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- entity_id
 - 
		Type: EntityID 
		
the entity id
 
- type
 - 
		Type: EntityType 
		
the entity type
 
- assocs
 - 
		Type: List<Tuple<EntityID, EntityType, string>> 
		
the associations to set, with a discription
 
- owner_id
 - 
		Type: EntityID 
		
the id of the user performing the operation
 
- db
 - 
		Type: IDatabase 
		
the db to use