GetEntAttributes Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntAttributes() method retrieves a DataSet of entity attributes. The DataSet can be filtered by an entity ID and/or an attribute ID.
Parameters
- entId
- Optional. Holds an integer that represents the entity ID to use as a filter or null if no entity ID filter is to be used.
- attrId
- Optional. Holds an integer that represents the attribute ID to use as a filter or null if no attribute ID filter is to be used.
Return Value
Returns a DataSet with a row for every entity attribute that matches the supplied
filter.