Autodesk Vault ProfessionalVault API

UpdateCustomEntityPropertyDefinitions Method

Autodesk.Connectivity.WebServicesCustomEntityService

Updates the property definitions associated with a set of Custom Entity objects.

Required Permissions

CustomEntityAddRemoveUserDefinedProperty

Syntax

public CustEnt[] UpdateCustomEntityPropertyDefinitions(
   System.long[] customEntityIds,
   System.long[] addedPropDefIds,
   System.long[] removedPropDefIds
)
Public Function UpdateCustomEntityPropertyDefinitions( _
   ByVal customEntityIds() As System.Long, _
   ByVal addedPropDefIds() As System.Long, _
   ByVal removedPropDefIds() As System.Long _
) As CustEnt()

Parameters

NameDescription
customEntityIdsThe IDs of the objects to update.
addedPropDefIdsProperty definitions to associate with the objects specified in the "customEntityIds" parameter.
removedPropDefIdsProperty definitions to un-associate with the objects specified in the "customEntityIds" parameter.

Return Value

The updated objects.

See Also