Autodesk Vault ProfessionalVault API

UpdateCustomEntity Method

Autodesk.Connectivity.WebServicesCustomEntityService

Updates a Custom Entity object.

Required Permissions

CustomEntityRename

Syntax

public CustEnt UpdateCustomEntity(
   System.long customEntityId,
   System.string newName
)
Public Function UpdateCustomEntity( _
   ByVal customEntityId As System.Long, _
   ByVal newName As System.String _
) As CustEnt

Parameters

NameDescription
customEntityIdThe ID of the object.
newNameThe new name for the object.

Return Value

The updated object.

See Also