Get attribute info for an attribute id
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetAttributeInfo( _
ByVal id As EntityID, _
ByVal db As IDatabase _
) As AttributeInfo
This language is not supported or no code example is available.
public static AttributeInfo GetAttributeInfo(
EntityID id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static AttributeInfo^ GetAttributeInfo(
EntityID^ id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- id
 - 
		Type: EntityID 
		
the attribute id
 
- db
 - 
		Type: IDatabase 
		
the connection to use
 
Return Value
Type: AttributeInfothe attribute info