Autodesk Vault ProfessionalVault API

EntAttr Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

An attribute associated with an entity.

Syntax

public class EntAttr 
Public Class EntAttr 

Properties

NameDescription
AttrUser-defined name of the attribute.
CloakedIs the entity cloaked for the current user.
CreateDateTimeThe date the entity attribute was created.
CreatedByUserIdThe ID of the user that created the entity attribute.
CreatedByUserNameThe name of the user that created the entity attribute.
EntityIdEntity tagged with this attribute.
UpdateDateTimeThe date the entity attribute was updated.
UpdatedByUserIdThe ID of the user that updated the entity attribute.
UpdatedByUserNameThe name of the user that updated the entity attribute.
ValValue of the attribute.

Returned By

Where you get a EntAttr — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.EntAttr

See Also