Given an existing attribute, update its details (including enum items etc)
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Sub UpdateAttributeDetails( _
ByVal attrib As AttributeInfo, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void UpdateAttributeDetails(
AttributeInfo attrib,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void UpdateAttributeDetails(
AttributeInfo^ attrib,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- attrib
 - 
		Type: AttributeInfo 
		
the attribute info object
 
- db
 - 
		Type: IDatabase 
		
the db connection