EntAttr Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
An attribute associated with an entity.
Syntax
public class EntAttr Public Class EntAttr Properties
| Name | Description |
|---|---|
| Attr | User-defined name of the attribute. |
| Cloaked | Is the entity cloaked for the current user. |
| CreateDateTime | The date the entity attribute was created. |
| CreatedByUserId | The ID of the user that created the entity attribute. |
| CreatedByUserName | The name of the user that created the entity attribute. |
| EntityId | Entity tagged with this attribute. |
| UpdateDateTime | The date the entity attribute was updated. |
| UpdatedByUserId | The ID of the user that updated the entity attribute. |
| UpdatedByUserName | The name of the user that updated the entity attribute. |
| Val | Value of the attribute. |
Returned By
Where you get a EntAttr — members that return one.
- PropertyService.FindAllEntityAttributes
- PropertyService.FindEntityAttributes
- PropertyService.GetEntityAttributes
Inheritance Hierarchy
- System.Object
- Autodesk.Connectivity.WebServices.EntAttr