Attribute.GetBasicAttributeInfoForEntities Method

Get all the attributes for a list of entities
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
AttributeTableType

Type of entity

entity_ids
HashSet<EntityID>

the entity id to get attributes for

db
IDatabase

the db connection to use

Return Value

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

In this article

Definition