Write multiple properties - Metasys - LIT-12013522 - Software Application - Basic Services client library for .NET (and COM) - Metasys API - 4.2

Metasys REST Client for .NET and COM Developer Guide

Brand
Metasys
Product name
Basic Services client library for .NET (and COM)
Metasys API
Document type
API Reference Guide
Document number
LIT-12013522
Version
4.2
Revision date
2021-04-07
Language
English

To change the same attribute values of many objects, use the WritePropertyMultiple method. This method accepts an optional write priority.

Table 1. Write multiple properties from an object .NET signature
Library method name WritePropertyMultiple
Description Write multiple properties to multiple objects.
Method signature void WritePropertyMultiple(IEnumerable<Guid> ids,Dictionary<string, object> attributeValues
Method input parameters
  • ids: list of object GUIDs to modify.
  • attributeValues: list of 'couples' with attribute name and attribute value used to modify the specified objects.
Return value None