Autodesk Vault ProfessionalVault API

GetEntityAttributes Method

Autodesk.Connectivity.WebServicesPropertyService

Gets all entity attributes associated with a given entity.

Required Permissions

EntityAttributesGet

Syntax

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

NameDescription
entityIdThe ID of the entity.
namespcThe namespace.

Return Value

An array of entity attributes.

See Also