Autodesk Vault ProfessionalVault API

SetEntityAttribute Method

Autodesk.Connectivity.WebServicesPropertyService

Sets a named attribute on a given entity. A null val will delete an existing attribute.

Required Permissions

EntityAttributesSet

Syntax

public void SetEntityAttribute(
   System.long entityId,
   System.string namespc,
   System.string attribute,
   System.string val
)
Public Sub SetEntityAttribute( _
   ByVal entityId As System.Long, _
   ByVal namespc As System.String, _
   ByVal attribute As System.String, _
   ByVal val As System.String _
) 

Parameters

NameDescription
entityIdThe ID of the entity.
namespcThe namespace.
attributeThe name of the atttribute.
valThe value of the attribute.

See Also