Find a named attribute and its value in a 12d model project
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetAttributeByName( _
ByVal proj_id As EntityID, _
ByVal attrib_name As String, _
ByVal db As IDatabase _
) As AttributeInfo
This language is not supported or no code example is available.
public static AttributeInfo GetAttributeByName(
EntityID proj_id,
string attrib_name,
IDatabase db
)
This language is not supported or no code example is available.
public:
static AttributeInfo^ GetAttributeByName(
EntityID^ proj_id,
String^ attrib_name,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- proj_id
 - 
		Type: EntityID 
		
the project id
 
- attrib_name
 - 
		Type: string 
		
the attribute name
 
- db
 - 
		Type: IDatabase 
		
the db connection
 
Return Value
Type: AttributeInfothe attribute info object