AFAttributeList.Add Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Adds an object to the collection.
Overload List
| Name | Description | |
|---|---|---|
| Add(T) |
Adds an object to the end of the collection.
(Inherited from AFCollectionT.) | |
| Add(IEnumerableString, AFObject) |
Retrieves the AFAttribute objects identified by the path strings and
adds them to the collection.
| |
| Add(String, AFObject) |
Retrieves the AFAttribute object identified by the path string and
adds it to the collection.
| |
| Add(IEnumerableString, AFObject, IDictionaryString, String) |
Retrieves the AFAttribute objects identified by the path strings and
adds them to the collection and returns the list of errors.
|