AFAttributeList Constructor
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- 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.
|