AFLibraries.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(String, String) |
Creates a library from an exported string or file.
| |
| Add(AFDatabase, String) |
Creates a library from the contents of the specified database.
| |
| Add(AFDatabase, String, Boolean) |
Creates a library from the contents of the specified database.
|