Create an attribute
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function CreateAttribute( _
ByVal server_id As ServerID, _
ByVal attrib As AttributeInfo, _
ByVal is_custom_attribute As Boolean, _
ByVal db As IDatabase _
) As EntityID
This language is not supported or no code example is available.
public static EntityID CreateAttribute(
ServerID server_id,
AttributeInfo attrib,
bool is_custom_attribute,
IDatabase db
)
This language is not supported or no code example is available.
public:
static EntityID^ CreateAttribute(
ServerID^ server_id,
AttributeInfo^ attrib,
bool is_custom_attribute,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- server_id
 - 
		Type: ServerID 
		
the server details
 
- attrib
 - 
		Type: AttributeInfo 
		
the attribute to create
 
- is_custom_attribute
 - 
		Type: bool 
		
is this a non system file?
 
- db
 - 
		Type: IDatabase 
		
the db connection to use
 
Return Value
Type: EntityIDthe created id