AFCsvColumns Methods
- Last UpdatedNov 18, 2025
- 4 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFCsvColumns type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| AddRange |
Add all entries of an existing AFCsvColumn list to the collection.
| |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| Contains(String) |
This method determines whether the collection contains a specific item referenced by name.
| |
| Contains(T) | Determines whether an element is in the CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionAFCsvColumn.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FindCsvColumnsByIdentity |
Find the AFCsvColumn objects in the collection with the specified AFIdentity.
| |
| FindCsvColumnsByType |
Find the AFCsvColumn objects in the collection with the specified object type.
| |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRequiredCsvColumns |
Retrieve the AFCsvColumn objects from the collection that are required.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionAFCsvColumn.) | |
| Remove(String) |
The Remove method removes the item from the collection by name.
| |
| Remove(T) | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionAFCsvColumn.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |