Update an attribute enumeration item value and order
        
Namespace:
SynergyServerScripting.Entities
        Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					Public Shared Sub UpdateAttributeEnumItem( _ 
   ByVal enum_item_id As EntityID, _ 
   ByVal value As String, _ 
   ByVal order As Integer, _ 
   ByVal display_name As String, _ 
   ByVal db As IDatabase _ 
)
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
	 
	Parameters
	- 
		
			enum_item_id
		
	
 
	- 
		Type: EntityID 
		
			the id of the enum item 
		
	 
	- 
		
			value
		
	
 
	- 
		Type: string 
		
			the new value 
		
	 
	- 
		
			order
		
	
 
	- 
		Type: int 
		
			the order of the item 
		
	 
	- 
		
			display_name
		
	
 
	- 
		Type: string 
		
			the display name of the item 
		
	 
	- 
		
			db
		
	
 
	- 
		Type: IDatabase 
		
			the database connection to use 
		
	 
	 
 
  
	
	
	
	
	
	
		
  
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1