GetEntityAttributes Method
Gets all entity attributes associated with a given entity.
Required Permissions
EntityAttributesGetSyntax
public EntAttr[] GetEntityAttributes(
System.long entityId,
System.string namespc
)Public Function GetEntityAttributes( _
ByVal entityId As System.Long, _
ByVal namespc As System.String _
) As EntAttr()Parameters
| Name | Description |
|---|---|
| entityId | The ID of the entity. |
| namespc | The namespace. |
Return Value
An array of entity attributes.