AFValues Constructor (Int32)
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
This constructor will create a new AFValues list that is
empty and has the specified initial capacity.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public AFValues( int capacity )
Public Sub New ( capacity As Integer ) Dim capacity As Integer Dim instance As New AFValues(capacity)
public: AFValues( int capacity )
new : capacity : int -> AFValues
Parameters
- capacity
- Type: SystemInt32
The number of values that the new list can initially store.