AFAnnotations Methods
- Last UpdatedNov 18, 2025
- 3 minute read
- PI System
- AF SDK 2024 R2
- Developer
The AFAnnotations type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Create a new AFAnnotation object and adds it to the list.
| |
| Clear |
Removes all items from the collection.
| |
| Contains |
The Contains method determines if an AFAnnotation exists in the list.
| |
| CopyTo |
Copies the entire collection to a compatible one-dimensional Array,
starting at the specified index of the target array.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| 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 collection.
| |
| Insert |
Inserts an item into the collection at the specified index.
| |
| Remove |
Removes the first occurrence of a specific object from the collection.
| |
| RemoveAt |
Removes the item at the specified index of the collection.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ChunkedByAFAnnotation |
This extension method breaks up search results into chunks to make it easier to
page through and process IEnumerableT collections in chunks.
(Defined by AFSDKExtension.) |