Attribute.GetAllAttributesForEntity Method
Public Shared Function GetAllAttributesForEntity( _
ByVal table_type As AttributeTableType, _
ByVal entity_id As EntityID, _
ByVal db As IDatabase _
) As List(Of AttributeInfo)
This language is not supported or no code example is available.
public static List<AttributeInfo> GetAllAttributesForEntity(
AttributeTableType table_type,
EntityID entity_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<AttributeInfo^>^ GetAllAttributesForEntity(
AttributeTableType^ table_type,
EntityID^ entity_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- table_type
- AttributeTableType
- entity_id
- EntityID
the entity id to get attributes for
- db
- IDatabase
the db connection to use
Return Value
List<AttributeInfo>the list of attributes