Get all the attributes for a list of entities

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetBasicAttributeInfoForEntities( _ 
ByVal table_type As AttributeTableType, _ 
ByVal entity_ids As HashSet(Of EntityID), _ 
ByVal db As IDatabase
) As List(Of EntityAttributeInfo)
This language is not supported or no code example is available.
public static List<EntityAttributeInfo> GetBasicAttributeInfoForEntities( 
AttributeTableType table_type
HashSet<EntityID> entity_ids
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static List<EntityAttributeInfo^>^ GetBasicAttributeInfoForEntities( 
AttributeTableType^ table_type
HashSet<EntityID^>^ entity_ids
IDatabase^ db 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

table_type
Type: AttributeTableType

Type of entity

entity_ids
Type: HashSet<EntityID>

the entity id to get attributes for

db
Type: IDatabase

the db connection to use

Return Value

Type: List<EntityAttributeInfo>

the list of attributes

.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