Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFValues Constructor (Int32)

  • Last UpdatedNov 18, 2025
  • 1 minute read
AFValues Constructor (Int32)
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.

Version Information

AFSDK


See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in