Go to the source code of this file.
Retrieves the attribute dictionaries of an entity.
- Parameters
-
[in] | entity | The entity. |
[in] | len | The number of attribute dictionaries to retrieve. |
[out] | dictionaries | The dictionaries retrieved. |
[out] | count | The number of dictionaries retrieved. |
- Returns
-
Retrieves the attribute dictionary of an entity that has the given name.
If a dictionary with the given name does not exist, one is added to the entity.
- Parameters
-
[in] | entity | The entity. |
[in] | name | The name of the retrieved attribute dictionary. Assumed to be UTF-8 encoded. |
[out] | dictionary | The destination of the retrieved dictionary object. |
- Returns
-
SU_RESULT SUEntityGetID |
( |
SUEntityRef |
entity, |
|
|
int32_t * |
entity_id |
|
) |
| |
Retrieves the id of the entity.
- Parameters
-
[in] | entity | The entity. |
[out] | entity_id | The id retrieved. |
- Returns
-
SU_RESULT SUEntityGetNumAttributeDictionaries |
( |
SUEntityRef |
entity, |
|
|
size_t * |
count |
|
) |
| |
Retrieves the number of attribute dictionaries of an entity.
- Parameters
-
[in] | entity | The entity. |
[out] | count | The number of attribute dictionaries. |
- Returns
-
Returns the concrete type of the given entity.
- Parameters
-
- Returns
- The concrete type of the given entity reference.
- SURefType_Unknown if entity is not valid.