AFAttributeList Constructor
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Initializes a new instance of the AFAttributeList collection.
Overload List
| Name | Description | |
|---|---|---|
| AFAttributeList |
Initializes a new empty instance of the AFAttributeList collection
| |
| AFAttributeList(IEnumerableAFAttribute) |
Initializes a new instance of the AFAttributeList collection with
the items in the specified AFAttributes collection.
| |
| AFAttributeList(AFObject) |
Initializes a new instance of the AFAttributeList collection
with the specified parent and without any items.
| |
| AFAttributeList(IEnumerableString, AFObject) |
Initializes a new instance of the AFAttributeList collection with
the items identified by the path strings.
| |
| AFAttributeList(IEnumerableString, AFObject, IDictionaryString, String) |
Initializes a new instance of the AFAttributeList collection with
the items identified by the path strings and returns the list of errors.
|