Autodesk Vault ProfessionalVault API

GetChangeOrderAssociationProperties Method

Autodesk.Connectivity.WebServicesChangeOrderService

Gets the properties for a Change Order association.

Required Permissions

ChangeOrderRead

Syntax

public AssocPropItem[] GetChangeOrderAssociationProperties(
   System.long[] changeOrderIds,
   System.long[] propertyListIds,
   System.long[] itemListIds
)
Public Function GetChangeOrderAssociationProperties( _
   ByVal changeOrderIds() As System.Long, _
   ByVal propertyListIds() As System.Long, _
   ByVal itemListIds() As System.Long _
) As AssocPropItem()

Parameters

NameDescription
changeOrderIdsAn array of Change Order IDs.
propertyListIdsAn array of Property IDs.
itemListIdsAn array of Item IDs.

Return Value

The resulting properties on the Item Associations. The 'From ID' is the Change Order ID and the 'To ID' is the Item ID.

See Also