AFAttributeList.Add Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.
|