Autodesk Vault ProfessionalVault API

UpdateCustomEntityProperties Method

Autodesk.Connectivity.WebServicesCustomEntityService

Updates the property values for a set of Custom Entity objects.

Required Permissions

CustomEntityEditUserDefinedProperty

Syntax

public void UpdateCustomEntityProperties(
   System.long[] customEntityIds,
   PropInstParamArray[] propValues
)
Public Sub UpdateCustomEntityProperties( _
   ByVal customEntityIds() As System.Long, _
   ByVal propValues() As PropInstParamArray _
) 

Parameters

NameDescription
customEntityIdsThe IDs of the objects to edit. All input arrays must be the same size.
propValues

See Also