AFAttributeList Constructor
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Initializes a new empty instance of the AFAttributeList collection
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFAttributeList()
Public Sub New Dim instance As New AFAttributeList()
public: AFAttributeList()
new : unit -> AFAttributeList
Remarks
This collection is a user-defined list of attributes which can contain a mixture
of AFAttribute objects from different elements. An
AFAttribute can also be in the list multiple times. This is useful
for efficient gathering of attribute values.
| Since the list can contain an AFAttribute multiple times in the list, lookups using the ID or Name keys are sequential. |