Attribute.GetBasicAttributeInfoForEntities Method
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.
Parameters
- table_type
- AttributeTableType
Type of entity
the entity id to get attributes for
- db
- IDatabase
the db connection to use
Return Value
List<EntityAttributeInfo>the list of attributes