GetChangeOrderAssociationProperties Method
Gets the properties for a Change Order association.
Required Permissions
ChangeOrderReadSyntax
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
| Name | Description |
|---|---|
| changeOrderIds | An array of Change Order IDs. |
| propertyListIds | An array of Property IDs. |
| itemListIds | An 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.